mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-26 22:38:00 +01:00
Add yearlings (teenage) ponies
This commit is contained in:
parent
36015ba384
commit
3225d727fd
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ public enum PonySize implements ITriggerPixelMapped<PonySize> {
|
|||
TALL(0x534b76, 0.45f, 1.1F, PonyTransformation.TALL),
|
||||
LARGE(0xce3254, 0.5f, 1, PonyTransformation.LARGE),
|
||||
NORMAL(0, 0.4f, 0.8F, PonyTransformation.NORMAL),
|
||||
YEARLING(0x53beff, 0.4F, 0.7F, PonyTransformation.TALL),
|
||||
FOAL(0xffbe53, 0.25f, 0.6F, PonyTransformation.FOAL);
|
||||
|
||||
private int triggerValue;
|
||||
|
|
Loading…
Reference in a new issue