mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-03-23 04:07:11 +01:00
Added the kirin trigger pixel
This commit is contained in:
parent
84b6402350
commit
ece8e81c0d
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue