1
0
forked from Clones/Controlify

more themes, fix input events passing to ingame from screen, changelog, fix button guide sneak wrong in some places

This commit is contained in:
isXander
2023-04-16 23:10:40 +01:00
parent 800f219fa6
commit b769661765
38 changed files with 145 additions and 48 deletions

View File

@ -137,7 +137,6 @@ public class ControllerBindings<T extends ControllerState> {
.identifier("controlify", "sneak")
.defaultBind(GamepadBinds.RIGHT_STICK_PRESS)
.category(MOVEMENT_CATEGORY)
.vanillaOverride(options.keyShift, () -> controller.config().toggleSneak)
.build());
register(ATTACK = ControllerBindingBuilder.create(controller)
.identifier("controlify", "attack")