1
0
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:
isXander
2023-02-05 14:55:20 +00:00
parent 9c7972c971
commit 6c5108469c
62 changed files with 831 additions and 137 deletions

View File

@ -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",