mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
Make murky wings more controllable
This commit is contained in:
parent
8ea7cf4080
commit
ee1ffc98ba
@ -100,7 +100,7 @@ public class WingsMurk extends JetpackBase {
|
||||
|
||||
Vec3 orig = player.getLookVec();
|
||||
Vec3 look = Vec3.createVectorHelper(orig.xCoord, 0, orig.zCoord).normalize();
|
||||
double mod = player.isSneaking() ? 0.25D : 1D;
|
||||
double mod = player.isSneaking() ? 0.25D : player.isSprinting() ? 1D : 0.5D;
|
||||
|
||||
if(player.moveForward != 0) {
|
||||
player.motionX += look.xCoord * 0.35 * player.moveForward * mod;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user