unfuck elytra z movement

This commit is contained in:
Daniella / Tove 2024-05-26 02:47:30 +02:00
parent 76dd2b4cd0
commit ff6f17b330

View file

@ -131,7 +131,7 @@ public class ElytraFly extends Feature {
player.motionY = y / d * vSpeed / 10;
//else
//player.motionY = 0;
player.motionZ = z / d * vSpeed / 10;
player.motionZ = z / d * hSpeed / 10;
//}
}
//if(mode == Mode.CONTROL)