-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split the "double-press to sprint" functionality from the forward key #53
Comments
Since this key is by definition a duplicate of the sprint key, I considered having it be part of No More Useless Keybinds instead, but since it's a part of vanilla as well I'm not sure if deleting it could wreak havoc. |
Yes amecs would be a fitting mod for this. I will have a look at that.
This is a good idea but sadly can not be implemented in a way people would want to use.
NMUK is not really fitting because the single press action (walk forward) and double press action (enable sprint) are different. NMUK only allows to add multiple keys to one action. |
Currently, the functionality that causes the player to start sprinting when the forward button is pressed is always bound to the forward key. This is vanilla bug https://bugs.mojang.com/browse/MC-203401.
RandomPatches fixed this by adding a secondary sprint key, which shares the forward key by default but could be decoupled from it. It functioned identically to the sprint button in this case, and I believe it also fixed some other bugs along the way such as the inability to sprint while flying by double tapping.
Since RandomPatches no longer seems to be receiving updates, could this functionality be added to this mod? It seems like the most fitting place for it.
This could also allow for another key modifier type to be implemented: pressing a key twice in quick succession (perhaps the time interval could be configurable as well?) could give a different outcome than a single press.
The text was updated successfully, but these errors were encountered: