forked from Clones/Controlify
compound binds, complete vanilla compat, better vmouse screen handling, controller uuid, beta notice screen, configurable movement keys, vmouse shift key, icon, optimize controller save/load
This commit is contained in:
@ -10,10 +10,17 @@
|
||||
"compat.screen.vanilla.AbstractSelectionListMixin",
|
||||
"compat.screen.vanilla.AbstractSliderButtonMixin",
|
||||
"compat.screen.vanilla.ContainerObjectSelectionListEntryMixin",
|
||||
"compat.screen.vanilla.CreativeModeInventoryScreenAccessor",
|
||||
"compat.screen.vanilla.CreativeModeInventoryScreenMixin",
|
||||
"compat.screen.vanilla.JoinMultiplayerScreenAccessor",
|
||||
"compat.screen.vanilla.JoinMultiplayerScreenMixin",
|
||||
"compat.screen.vanilla.LanguageSelectionListEntryMixin",
|
||||
"compat.screen.vanilla.OptionsSubScreenAccessor",
|
||||
"compat.screen.vanilla.ScreenAccessor",
|
||||
"compat.screen.vanilla.ScreenMixin",
|
||||
"compat.screen.vanilla.SelectWorldScreenAccessor",
|
||||
"compat.screen.vanilla.SelectWorldScreenMixin",
|
||||
"compat.screen.vanilla.ServerSelectionListEntryMixin",
|
||||
"compat.screen.vanilla.WorldSelectionListEntryMixin",
|
||||
"core.ClientPacketListenerMixin",
|
||||
"core.KeyboardHandlerMixin",
|
||||
@ -22,6 +29,7 @@
|
||||
"feature.bind.KeyMappingAccessor",
|
||||
"feature.settingsbutton.ControlsScreenMixin",
|
||||
"feature.virtualmouse.GameRendererMixin",
|
||||
"feature.virtualmouse.InputConstantsMixin",
|
||||
"feature.virtualmouse.KeyboardHandlerAccessor",
|
||||
"feature.virtualmouse.MinecraftMixin",
|
||||
"feature.virtualmouse.MouseHandlerAccessor",
|
||||
|
Reference in New Issue
Block a user