Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.
/ NullMovement Public archive

Allows for smoother movement in Minecraft by preventing movement blocking, inspired by the Source script of the same name

License

Notifications You must be signed in to change notification settings

jwkerr/NullMovement

Repository files navigation

Null Movement

In vanilla Minecraft, pressing two movement keys on the same axis at the same time (i.e. left and right, forward and backward) will cause movement blocking that makes you stand completely still. This is due to the vanilla code having a case to set your movement to 0 if both keys are held simultaneously.

Null Movement alters this code to instead prioritise the direction you most recently pressed, if you accidentally hit two keys at the same time you will not stop in place. Your movement will feel much smoother.

This idea comes from a popular TF2/Source engine script.

Join my Discord at https://discord.gg/ey6ZvnwAJp for support and discussion.

About

Allows for smoother movement in Minecraft by preventing movement blocking, inspired by the Source script of the same name

Topics

Resources

License

Stars

Watchers

Forks

Languages