1
0
forked from Clones/Controlify

button guide hud

This commit is contained in:
isXander
2023-02-09 23:08:28 +00:00
parent ab801e37b4
commit 773aebe04e
60 changed files with 566 additions and 154 deletions

View File

@ -6,31 +6,33 @@
"mixins": [
],
"client": [
"compat.screen.vanilla.AbstractButtonMixin",
"compat.screen.vanilla.AbstractContainerEventHandlerMixin",
"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",
"compat.screen.yacl.CyclingControllerElementMixin",
"compat.screen.yacl.SliderControllerElementMixin",
"compat.screen.yacl.YACLScreenMixin",
"compat.screenop.vanilla.AbstractButtonMixin",
"compat.screenop.vanilla.AbstractContainerEventHandlerMixin",
"compat.screenop.vanilla.AbstractSelectionListMixin",
"compat.screenop.vanilla.AbstractSliderButtonMixin",
"compat.screenop.vanilla.ContainerObjectSelectionListEntryMixin",
"compat.screenop.vanilla.CreativeModeInventoryScreenAccessor",
"compat.screenop.vanilla.CreativeModeInventoryScreenMixin",
"compat.screenop.vanilla.JoinMultiplayerScreenAccessor",
"compat.screenop.vanilla.JoinMultiplayerScreenMixin",
"compat.screenop.vanilla.LanguageSelectionListEntryMixin",
"compat.screenop.vanilla.OptionsSubScreenAccessor",
"compat.screenop.vanilla.ScreenAccessor",
"compat.screenop.vanilla.ScreenMixin",
"compat.screenop.vanilla.SelectWorldScreenAccessor",
"compat.screenop.vanilla.SelectWorldScreenMixin",
"compat.screenop.vanilla.ServerSelectionListEntryMixin",
"compat.screenop.vanilla.WorldSelectionListEntryMixin",
"compat.screenop.yacl.CyclingControllerElementMixin",
"compat.screenop.yacl.SliderControllerElementMixin",
"compat.screenop.yacl.YACLScreenMixin",
"core.ClientPacketListenerMixin",
"core.KeyboardHandlerMixin",
"core.MinecraftMixin",
"core.MouseHandlerMixin",
"feature.bind.KeyMappingAccessor",
"feature.guide.ClientPacketListenerMixin",
"feature.guide.GuiMixin",
"feature.settingsbutton.ControlsScreenMixin",
"feature.virtualmouse.GameRendererMixin",
"feature.virtualmouse.InputConstantsMixin",