mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-26 14:27:59 +01:00
Fixed legs on foals being _slightly_ too low causing them to be cut off on the skins gui
This commit is contained in:
parent
fc69d2eedc
commit
e9bc043ee6
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue