mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-26 06:18:00 +01:00
Change batpony race pixels to #eeeeee instead of #dddddd. Closes #99
This commit is contained in:
parent
34071a46c6
commit
a859ea5172
2 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ public enum PonyRace implements ITriggerPixelMapped<PonyRace> {
|
|||
REFORMED_CHANGELING(0xcaed5a, PlayerModels.ALICORN, true, true),
|
||||
GRIFFIN(0xae9145, PlayerModels.PEGASUS, true, false),
|
||||
HIPPOGRIFF(0xd6ddac, PlayerModels.PEGASUS, true, false),
|
||||
BATPONY(0xdddddd, PlayerModels.BATPONY, true, false),
|
||||
BATPONY(0xeeeeee, PlayerModels.BATPONY, true, false),
|
||||
SEAPONY(0x3655dd, PlayerModels.SEAPONY, false, true);
|
||||
|
||||
private boolean wings;
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Loading…
Reference in a new issue