1
0
forked from Clones/Controlify

virtual mouse + singleplayer screen compat + 22w05a

This commit is contained in:
isXander
2023-02-02 21:36:44 +00:00
parent 57fcd0c0dc
commit 09628defc4
34 changed files with 697 additions and 111 deletions

View File

@ -12,10 +12,17 @@
"compat.screen.vanilla.ContainerObjectSelectionListEntryMixin",
"compat.screen.vanilla.ScreenAccessor",
"compat.screen.vanilla.ScreenMixin",
"compat.screen.vanilla.SelectWorldScreenAccessor",
"compat.screen.vanilla.SelectWorldScreenMixin",
"compat.screen.vanilla.WorldSelectionListEntryMixin",
"core.ClientPacketListenerMixin",
"core.KeyboardHandlerMixin",
"core.MinecraftMixin",
"core.MouseHandlerMixin",
"feature.bind.KeyMappingAccessor"
"feature.bind.KeyMappingAccessor",
"feature.virtualmouse.GameRendererMixin",
"feature.virtualmouse.KeyboardHandlerAccessor",
"feature.virtualmouse.MinecraftMixin",
"feature.virtualmouse.MouseHandlerAccessor"
]
}