removedefaultrgbV1 by sby
this was made so when you cycle through the vanilla clothing pieces that have default rgbs, it does not reset your rgb coloring to their default
this mod just deregisters the default rgb for these things, it is a persistant mod:
this.footwearControl.setDefaultRGB("School", null, new AlphaRGBObject(1, 254, 248, 238));
this.footwearControl.setDefaultRGB("Highheel", null, new AlphaRGBObject(1, 0, 0, 0));
this.headwearControl.setDefaultRGB("Cat Ears", null, new AlphaRGBObject(1, 255, 255, 255));
this.headwearControl.setDefaultRGB("Bat Wings", new AlphaRGBObject(1, 24, 24, 24), new AlphaRGBObject(1, 139, 42, 95));
this.headwearControl.setDefaultRGB("Zelda\'s Circlet", new AlphaRGBObject(1, 179, 124, 55), new AlphaRGBObject(1, 62, 142, 193));
this.headwearControl.setDefaultRGB("Noel\'s Cap", new AlphaRGBObject(1, 47, 56, 221), new AlphaRGBObject(1, 49, 100, 106));
this.headwearControl.setDefaultRGB("Peach\'s Crown", new AlphaRGBObject(1, 255, 208, 25));
this.headwearControl.setDefaultRGB("Ox Horns", new AlphaRGBObject(1, 239, 255, 248), new AlphaRGBObject(1, 254, 210, 26));
this.collarControl.setDefaultRGB("Gem Choker", null, new AlphaRGBObject(1, 255, 255, 255));
this.collarControl.setDefaultRGB("Tie", null, new AlphaRGBObject(1, 232, 240, 255));
this.cuffsControl.setDefaultRGB("Shirt", null, new AlphaRGBObject(1, 171, 177, 185));
this was made so when you cycle through the vanilla clothing pieces that have default rgbs, it does not reset your rgb coloring to their default
this mod just deregisters the default rgb for these things, it is a persistant mod:
this.footwearControl.setDefaultRGB("School", null, new AlphaRGBObject(1, 254, 248, 238));
this.footwearControl.setDefaultRGB("Highheel", null, new AlphaRGBObject(1, 0, 0, 0));
this.headwearControl.setDefaultRGB("Cat Ears", null, new AlphaRGBObject(1, 255, 255, 255));
this.headwearControl.setDefaultRGB("Bat Wings", new AlphaRGBObject(1, 24, 24, 24), new AlphaRGBObject(1, 139, 42, 95));
this.headwearControl.setDefaultRGB("Zelda\'s Circlet", new AlphaRGBObject(1, 179, 124, 55), new AlphaRGBObject(1, 62, 142, 193));
this.headwearControl.setDefaultRGB("Noel\'s Cap", new AlphaRGBObject(1, 47, 56, 221), new AlphaRGBObject(1, 49, 100, 106));
this.headwearControl.setDefaultRGB("Peach\'s Crown", new AlphaRGBObject(1, 255, 208, 25));
this.headwearControl.setDefaultRGB("Ox Horns", new AlphaRGBObject(1, 239, 255, 248), new AlphaRGBObject(1, 254, 210, 26));
this.collarControl.setDefaultRGB("Gem Choker", null, new AlphaRGBObject(1, 255, 255, 255));
this.collarControl.setDefaultRGB("Tie", null, new AlphaRGBObject(1, 232, 240, 255));
this.cuffsControl.setDefaultRGB("Shirt", null, new AlphaRGBObject(1, 171, 177, 185));