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

@ -6,6 +6,7 @@
"mixins": [
],
"client": [
"compat.screen.vanilla.AbstractButtonMixin",
"compat.screen.vanilla.AbstractContainerEventHandlerMixin",
"compat.screen.vanilla.AbstractSelectionListMixin",
"compat.screen.vanilla.AbstractSliderButtonMixin",
@ -22,6 +23,9 @@
"compat.screen.vanilla.SelectWorldScreenMixin",
"compat.screen.vanilla.ServerSelectionListEntryMixin",
"compat.screen.vanilla.WorldSelectionListEntryMixin",
"compat.screen.yacl.CyclingControllerElementMixin",
"compat.screen.yacl.SliderControllerElementMixin",
"compat.screen.yacl.YACLScreenMixin",
"core.ClientPacketListenerMixin",
"core.KeyboardHandlerMixin",
"core.MinecraftMixin",