mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 01:25:20 +02:00
Client-side autojump. Remove Android-only stepheight autojump (#7228)
Works by detecting a collision while moving forward and then simulating a jump. If the simulated jump is more successful, an artificial jump key press is injected in the client. Includes setting and key change GUI element for enabling and disabling this feature.
This commit is contained in:
@@ -27,6 +27,7 @@ fake_function() {
|
||||
gettext("Double tap jump for fly");
|
||||
gettext("Double-tapping the jump key toggles fly mode.");
|
||||
gettext("Always fly and fast");
|
||||
gettext("Automatic jumping");
|
||||
gettext("If disabled, \"special\" key is used to fly fast if both fly and fast mode are enabled.");
|
||||
gettext("Rightclick repetition interval");
|
||||
gettext("The time in seconds it takes between repeated right clicks when holding the right mouse button.");
|
||||
|
Reference in New Issue
Block a user