mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-23 04:57:58 +01:00
Finalize the seapony colour code
This commit is contained in:
parent
3225d727fd
commit
640cf8ef03
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,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),
|
||||
SEAPONY(0x333333, PlayerModels.SEAPONY, false, true);
|
||||
SEAPONY(0x3655dd, PlayerModels.SEAPONY, false, true);
|
||||
|
||||
private boolean wings;
|
||||
private boolean horn;
|
||||
|
|
Loading…
Reference in a new issue