mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-23 04:57:58 +01:00
Adjust neck and head placement on alicorns
This commit is contained in:
parent
240345f29a
commit
dafe85b358
1 changed files with 2 additions and 2 deletions
|
@ -88,12 +88,12 @@ public enum PonyTransformation {
|
|||
|
||||
switch (part) {
|
||||
case NECK:
|
||||
translate(0, -0.09F, -0.01F);
|
||||
translate(0, -0.09F, 0);
|
||||
scale(1, 1.1F, 1);
|
||||
if (model.isCrouching()) translate(-0.02F, -0.02F, 0.1F);
|
||||
break;
|
||||
case HEAD:
|
||||
translate(0, -0.15F, 0.01F);
|
||||
translate(0.01F, -0.15F, 0);
|
||||
if (model.isCrouching()) translate(0, 0.04F, 0);
|
||||
break;
|
||||
case BODY:
|
||||
|
|
Loading…
Reference in a new issue