srgantmoomoo / postman

minecraft anarchy client :)
https://techale.github.io/postman-website/
MIT License
179 stars 45 forks source link

[BUG] Sprint is not Multidirectional #22

Closed pastimee closed 3 years ago

pastimee commented 3 years ago

The sprint module doesn't allow sprinting in all directions, only forwards and backward. When moving from side to side, your speed is around (15 kmh) the walking speed meaning the sprint modifier is not applied.

ChompChompDead commented 3 years ago

yes remove the mc.player.moveForward > 0 or make a setting for it

pastimee commented 3 years ago

The "sicko mode" mode setting is supposed to be a multidirectional sprint but it doesn't work because the devs aren't overriding the sprinting value in EntityPlayerSP.

srgantmoomoo commented 3 years ago

this is fixed in cattyn's pr, thank u for the issue :)

pastimee commented 3 years ago

swag