This commit is contained in:
@@ -18,6 +18,7 @@ public abstract class BipedEntityModelMixin<T extends BipedEntityRenderState> {
|
||||
if (bipedEntityRenderState.isGliding) {
|
||||
BipedEntityModel<T> self = (BipedEntityModel<T>) (Object) this;
|
||||
|
||||
// Legs
|
||||
self.leftLeg.pitch = 0;
|
||||
self.leftLeg.yaw = 0;
|
||||
self.leftLeg.roll = 0;
|
||||
@@ -25,6 +26,15 @@ public abstract class BipedEntityModelMixin<T extends BipedEntityRenderState> {
|
||||
self.rightLeg.pitch = 0;
|
||||
self.rightLeg.yaw = 0;
|
||||
self.rightLeg.roll = 0;
|
||||
|
||||
// Arms
|
||||
self.leftArm.pitch = 0;
|
||||
self.leftArm.yaw = 0;
|
||||
self.leftArm.roll = 0;
|
||||
|
||||
self.rightArm.pitch = 0;
|
||||
self.rightArm.yaw = 0;
|
||||
self.rightArm.roll = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"id": "lifeless-flight",
|
||||
"version": "${version}",
|
||||
"name": "Lifeless Flight",
|
||||
"description": "Removes the leg animation from elytra flight.",
|
||||
"description": "Removes the leg and arm animations from elytra flight.",
|
||||
"authors": [
|
||||
"Advait"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user