Fixed legs on foals being _slightly_ too low causing them to be cut off on the skins gui

This commit is contained in:
Sollace 2018-10-20 20:36:36 +02:00
parent fc69d2eedc
commit e9bc043ee6

View file

@ -118,7 +118,7 @@ public enum PonyTransformation {
scale(1.3F, 1.3F, 1.3F); scale(1.3F, 1.3F, 1.3F);
break; break;
case LEGS: case LEGS:
translate(0, 0.15F, 0); translate(0, 0.09F, 0);
scale(1, 0.81F, 1); scale(1, 0.81F, 1);
break; break;
case BACK: case BACK: