unfuck elytra z movement
This commit is contained in:
parent
76dd2b4cd0
commit
ff6f17b330
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue