1
0
forked from Clones/Controlify

auto jump for controllers

This commit is contained in:
isXander
2023-02-13 22:06:10 +00:00
parent 6332e9c7bc
commit 4a5cf40459
3 changed files with 26 additions and 0 deletions

View File

@ -178,6 +178,7 @@ public final class Controller {
public ControllerTheme theme = type().theme();
public boolean autoJump = false;
public boolean toggleSprint = true;
public boolean toggleSneak = true;