mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Revert: Zombies should still have a race pixel for their skulls
This commit is contained in:
parent
d9ef32cc3c
commit
d78bd02d7b
2 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import com.minelittlepony.model.player.PlayerModels;
|
|||
public enum PonyRace implements ITriggerPixelMapped<PonyRace> {
|
||||
|
||||
HUMAN(0, PlayerModels.DEFAULT, false, false),
|
||||
EARTH(0xf9b131, PlayerModels.EARTH,false, false),
|
||||
EARTH(0xf9b131, PlayerModels.EARTH, false, false),
|
||||
PEGASUS(0x88caf0, PlayerModels.PEGASUS, true, false),
|
||||
UNICORN(0xd19fe4, PlayerModels.UNICORN, false, true),
|
||||
ALICORN(0xfef9fc, PlayerModels.ALICORN, true, true),
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
Loading…
Reference in a new issue