Added the kirin trigger pixel

This commit is contained in:
Sollace 2020-05-24 02:14:50 +02:00
parent 84b6402350
commit ece8e81c0d
2 changed files with 2 additions and 1 deletions

View file

@ -4,7 +4,7 @@ authors=Verdana, Rene_Z, Mumfrey, Killjoy1221, Sollace
description=Mine Little Pony turns players and mobs into ponies
description_mlp=Mine Little Pony turns players and mobs into ponies. Press F9 ingame to access settings.
description_hd=Separate skin server for Mine Little Pony that also supports HD skins. Access via button on the main menu.
version=3.2.8
version=3.2.9
release=RELEASE
minecraft_version=1.12.2
mappings_version=stable_39

View file

@ -15,6 +15,7 @@ public enum PonyRace implements ITriggerPixelMapped<PonyRace> {
REFORMED_CHANGELING(0xcaed5a, PlayerModels.CHANGELING, true, true),
GRIFFIN(0xae9145, PlayerModels.PEGASUS, true, false),
HIPPOGRIFF(0xd6ddac, PlayerModels.PEGASUS, true, false),
KIRIN(0xfa88af, PlayerModels.UNICORN, false, true),
BATPONY(0xeeeeee, PlayerModels.BATPONY, true, false),
SEAPONY(0x3655dd, PlayerModels.SEAPONY, false, true);