1
0
forked from Clones/Controlify

scrollable vmouse, YACL compat, toggle sneak/sprint, 22w06a, custom name

This commit is contained in:
isXander
2023-02-08 21:54:01 +00:00
parent 6c5108469c
commit ab801e37b4
26 changed files with 400 additions and 91 deletions

View File

@ -178,6 +178,9 @@ public final class Controller {
public ControllerTheme theme = type().theme();
public boolean toggleSprint = true;
public boolean toggleSneak = true;
public String customName = null;
}
}