mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-29 15:37:59 +01:00
DERP
This commit is contained in:
parent
fcaf1eb569
commit
646e26985a
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ public enum TriggerPixels {
|
|||
GENDER(PonyGender.MARE, 2, 0),
|
||||
SIZE(PonySize.LARGE, 3, 0),
|
||||
GLOW(null, 0, 1),
|
||||
ACCESSORY(PonyAccessory.NONE, 0, 2);
|
||||
ACCESSORY(PonyAccessory.NONE, 1, 1);
|
||||
|
||||
private int x;
|
||||
private int y;
|
||||
|
|
Loading…
Reference in a new issue