Fix bgpony case and remove cased resource.
|
@ -1,23 +0,0 @@
|
|||
package com.minelittlepony;
|
||||
|
||||
import net.minecraft.util.ResourceLocation;
|
||||
|
||||
public class CasedResourceLocation extends ResourceLocation {
|
||||
protected final String casedPath;
|
||||
|
||||
public CasedResourceLocation(String domain, String path) {
|
||||
super(domain, path);
|
||||
|
||||
casedPath = path;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getPath() {
|
||||
return casedPath;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return namespace + ':' + casedPath;
|
||||
}
|
||||
}
|
|
@ -245,7 +245,7 @@ public class PonyManager implements IResourceManagerReloadListener, ISkinCacheCl
|
|||
private String path;
|
||||
|
||||
private ResourceLocation apply(String input) {
|
||||
return new CasedResourceLocation(domain, String.format("%s%s.png", path, input));
|
||||
return new ResourceLocation(domain, String.format("%s%s.png", path, input));
|
||||
}
|
||||
|
||||
private ResourceLocation makeImport(String input) {
|
||||
|
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
@ -4,155 +4,155 @@
|
|||
// A list of sub-directories to include
|
||||
// Pony textures are loaded according to subpath/bgponies.json
|
||||
"imports": [
|
||||
"mane six",
|
||||
"mane_six",
|
||||
"villains"
|
||||
]
|
||||
],
|
||||
// A list of all the pony names without the extension
|
||||
// e.g. textures/entity/pony/bgpony_12.png
|
||||
"ponies": [
|
||||
"Allie Way",
|
||||
"Aloe Blossom",
|
||||
"Ambrosia",
|
||||
"Amethyst Star",
|
||||
"Apple Bloom",
|
||||
"Apple Cider",
|
||||
"Apple Fritter",
|
||||
"Apple Strudel",
|
||||
"Babs Seed",
|
||||
"Banana Fluff",
|
||||
"Berry Punch",
|
||||
"Big Macintosh",
|
||||
"Big Wig",
|
||||
"Blockwork",
|
||||
"Blueberry Muffin",
|
||||
"Bon Bon",
|
||||
"Braeburn",
|
||||
"Brolly",
|
||||
"Bulk Biceps",
|
||||
"Caramel",
|
||||
"Carrot Cake",
|
||||
"Carrot Top",
|
||||
"Cheerilee",
|
||||
"Chelsea Porcelain",
|
||||
"Cherry Berry",
|
||||
"Cherry Ice",
|
||||
"Cherry Jubilee",
|
||||
"Chocolate Sun",
|
||||
"Cloud Chaser",
|
||||
"Cloud Kicker",
|
||||
"Cloudy Quartz",
|
||||
"Colgate",
|
||||
"Cotton Pie Joe",
|
||||
"Cranky Doodle Donkey",
|
||||
"Cup Cake",
|
||||
"Daisy",
|
||||
"Daring Do",
|
||||
"Derpy Hooves",
|
||||
"Diamond Tiara",
|
||||
"Dinky Doo",
|
||||
"Dizzy Twister",
|
||||
"Doctor Hooves",
|
||||
"Doughnut Joe",
|
||||
"Endless Clouds",
|
||||
"Fancy Pants",
|
||||
"Featherweight",
|
||||
"Fiddlesticks",
|
||||
"Film Reel",
|
||||
"Filthy Rich",
|
||||
"Flam",
|
||||
"Fleetfoot",
|
||||
"Fleur de Lis",
|
||||
"Flim",
|
||||
"Flitter",
|
||||
"Fruitbasket",
|
||||
"Giselle",
|
||||
"Gizmo",
|
||||
"Golden Harvest",
|
||||
"Granny Smith",
|
||||
"Hairy Tipper",
|
||||
"Happy Trails",
|
||||
"High Style",
|
||||
"Holly Dash",
|
||||
"Horte Cuisine",
|
||||
"Igneous Rock",
|
||||
"Jangles",
|
||||
"Junebug",
|
||||
"Lemon Hearts",
|
||||
"Lightning Bolt",
|
||||
"Lightning Dust",
|
||||
"Lilly",
|
||||
"Limestone Pie",
|
||||
"Lotus Blossom",
|
||||
"Lyra heartstrings",
|
||||
"Marble Pie",
|
||||
"Masquerade",
|
||||
"Math Teacher",
|
||||
"Mayor Mare",
|
||||
"Merry May",
|
||||
"Millie",
|
||||
"Mjölna",
|
||||
"Morton Saltworthy",
|
||||
"Mr Smarty pants",
|
||||
"Mr Waddle",
|
||||
"Ms Harshwhinny",
|
||||
"Ms Peachbottom",
|
||||
"Mulia Mild",
|
||||
"Neon Lights",
|
||||
"Night Guard (Pegasus)",
|
||||
"Night Guard (Unicorn)",
|
||||
"Night Guard (Bat)",
|
||||
"Night Light",
|
||||
"North Pole",
|
||||
"Noteworthy",
|
||||
"Nurse Redheart",
|
||||
"Octavia Melody",
|
||||
"Orange Box",
|
||||
"Orchid Dew",
|
||||
"Photo Finish",
|
||||
"Picture Perfect",
|
||||
"Pipsqueak",
|
||||
"Post Haste",
|
||||
"Pretty Vision",
|
||||
"Prince Blueblood",
|
||||
"Raindrops",
|
||||
"Red Gala",
|
||||
"Roseluck",
|
||||
"Roy G Bow",
|
||||
"Royal Earth Pony Guard",
|
||||
"Royal Pegasus Guard",
|
||||
"Royal Unicorn Guard",
|
||||
"Ruby Pinch",
|
||||
"Salty",
|
||||
"Sapphire Shores",
|
||||
"Scootaloo",
|
||||
"Screw Loose",
|
||||
"Screwball",
|
||||
"Sea Swirl",
|
||||
"Sharpener",
|
||||
"Silver Spoon",
|
||||
"Silver String",
|
||||
"Symphony",
|
||||
"Silverspeed",
|
||||
"Snails",
|
||||
"Snips",
|
||||
"Soarin",
|
||||
"Soigne Folio",
|
||||
"Spitfire",
|
||||
"Stella",
|
||||
"Sunstreak",
|
||||
"Sweetie Belle",
|
||||
"Tailor the Tailor",
|
||||
"The Dude",
|
||||
"Thunderlane",
|
||||
"Trixie Lulamoon",
|
||||
"Twilight Sky",
|
||||
"Twilight Velvet",
|
||||
"Twist",
|
||||
"Under D Weather",
|
||||
"Velvet Hooves",
|
||||
"Vinyl Scratch",
|
||||
"Wild Flower",
|
||||
"Wildfire",
|
||||
"Zecora"
|
||||
"allie_way",
|
||||
"aloe_blossom",
|
||||
"ambrosia",
|
||||
"amethyst_star",
|
||||
"apple_bloom",
|
||||
"apple_cider",
|
||||
"apple_fritter",
|
||||
"apple_strudel",
|
||||
"babs_seed",
|
||||
"banana_fluff",
|
||||
"berry_punch",
|
||||
"big_macintosh",
|
||||
"big_wig",
|
||||
"blockwork",
|
||||
"blueberry_muffin",
|
||||
"bon_bon",
|
||||
"braeburn",
|
||||
"brolly",
|
||||
"bulk_biceps",
|
||||
"caramel",
|
||||
"carrot_cake",
|
||||
"carrot_top",
|
||||
"cheerilee",
|
||||
"chelsea_porcelain",
|
||||
"cherry_berry",
|
||||
"cherry_ice",
|
||||
"cherry_jubilee",
|
||||
"chocolate_sun",
|
||||
"cloud_chaser",
|
||||
"cloud_kicker",
|
||||
"cloudy_quartz",
|
||||
"colgate",
|
||||
"cotton pie_joe",
|
||||
"cranky doodle_donkey",
|
||||
"cup_cake",
|
||||
"daisy",
|
||||
"daring_do",
|
||||
"derpy_hooves",
|
||||
"diamond_tiara",
|
||||
"dinky_doo",
|
||||
"dizzy_twister",
|
||||
"doctor_hooves",
|
||||
"doughnut_joe",
|
||||
"endless_clouds",
|
||||
"fancy_pants",
|
||||
"featherweight",
|
||||
"fiddlesticks",
|
||||
"film_reel",
|
||||
"filthy_rich",
|
||||
"flam",
|
||||
"fleetfoot",
|
||||
"fleur de_lis",
|
||||
"flim",
|
||||
"flitter",
|
||||
"fruitbasket",
|
||||
"giselle",
|
||||
"gizmo",
|
||||
"golden_harvest",
|
||||
"granny_smith",
|
||||
"hairy_tipper",
|
||||
"happy_trails",
|
||||
"high_style",
|
||||
"holly_dash",
|
||||
"horte_cuisine",
|
||||
"igneous_rock",
|
||||
"jangles",
|
||||
"junebug",
|
||||
"lemon_hearts",
|
||||
"lightning_bolt",
|
||||
"lightning_dust",
|
||||
"lilly",
|
||||
"limestone_pie",
|
||||
"lotus_blossom",
|
||||
"lyra_heartstrings",
|
||||
"marble_pie",
|
||||
"masquerade",
|
||||
"math_teacher",
|
||||
"mayor_mare",
|
||||
"merry_may",
|
||||
"millie",
|
||||
"mjölna",
|
||||
"morton_saltworthy",
|
||||
"mr smarty_pants",
|
||||
"mr_waddle",
|
||||
"ms_harshwhinny",
|
||||
"ms_peachbottom",
|
||||
"mulia_mild",
|
||||
"neon_lights",
|
||||
"night guard_(pegasus)",
|
||||
"night guard_(unicorn)",
|
||||
"night guard_(bat)",
|
||||
"night_light",
|
||||
"north_pole",
|
||||
"noteworthy",
|
||||
"nurse_redheart",
|
||||
"octavia_melody",
|
||||
"orange_box",
|
||||
"orchid_dew",
|
||||
"photo_finish",
|
||||
"picture_perfect",
|
||||
"pipsqueak",
|
||||
"post_haste",
|
||||
"pretty_vision",
|
||||
"prince_blueblood",
|
||||
"raindrops",
|
||||
"red_gala",
|
||||
"roseluck",
|
||||
"roy g_bow",
|
||||
"royal earth pony_guard",
|
||||
"royal pegasus_guard",
|
||||
"royal unicorn_guard",
|
||||
"ruby_pinch",
|
||||
"salty",
|
||||
"sapphire_shores",
|
||||
"scootaloo",
|
||||
"screw_loose",
|
||||
"screwball",
|
||||
"sea_swirl",
|
||||
"sharpener",
|
||||
"silver_spoon",
|
||||
"silver_string",
|
||||
"symphony",
|
||||
"silverspeed",
|
||||
"snails",
|
||||
"snips",
|
||||
"soarin",
|
||||
"soigne_folio",
|
||||
"spitfire",
|
||||
"stella",
|
||||
"sunstreak",
|
||||
"sweetie_belle",
|
||||
"tailor the_tailor",
|
||||
"the_dude",
|
||||
"thunderlane",
|
||||
"trixie_lulamoon",
|
||||
"twilight_sky",
|
||||
"twilight_velvet",
|
||||
"twist",
|
||||
"under d_weather",
|
||||
"velvet_hooves",
|
||||
"vinyl_scratch",
|
||||
"wild_flower",
|
||||
"wildfire",
|
||||
"zecora"
|
||||
]
|
||||
}
|
||||
|
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1,023 B After Width: | Height: | Size: 1,023 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1,022 B After Width: | Height: | Size: 1,022 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 932 B After Width: | Height: | Size: 932 B |
Before Width: | Height: | Size: 978 B After Width: | Height: | Size: 978 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 793 B After Width: | Height: | Size: 793 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 898 B After Width: | Height: | Size: 898 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 974 B After Width: | Height: | Size: 974 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 801 B After Width: | Height: | Size: 801 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 918 B After Width: | Height: | Size: 918 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 911 B After Width: | Height: | Size: 911 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 958 B After Width: | Height: | Size: 958 B |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 764 B After Width: | Height: | Size: 764 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 903 B After Width: | Height: | Size: 903 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 966 B After Width: | Height: | Size: 966 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 861 B After Width: | Height: | Size: 861 B |
Before Width: | Height: | Size: 1,018 B After Width: | Height: | Size: 1,018 B |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 861 B After Width: | Height: | Size: 861 B |
Before Width: | Height: | Size: 931 B After Width: | Height: | Size: 931 B |
Before Width: | Height: | Size: 964 B After Width: | Height: | Size: 964 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 863 B After Width: | Height: | Size: 863 B |