mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-04-23 19:39:48 +02: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
src/main
java/com/minelittlepony/pony/data
resources/assets/minelittlepony/textures/entity/zombie
|
@ -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 ![]() (image error) Size: 5.3 KiB After ![]() (image error) Size: 5.3 KiB ![]() ![]() |
Loading…
Add table
Reference in a new issue