forked from Clones/Controlify
new create world screen compat
This commit is contained in:
@ -12,6 +12,9 @@
|
||||
"client": [
|
||||
"compat.sodium.SodiumOptionsGUIAccessor",
|
||||
"compat.sodium.SodiumOptionsGUIMixin",
|
||||
"compat.yacl.CyclingControllerElementMixin",
|
||||
"compat.yacl.SliderControllerElementMixin",
|
||||
"compat.yacl.YACLScreenMixin",
|
||||
"core.ClientPacketListenerMixin",
|
||||
"core.KeyboardHandlerMixin",
|
||||
"core.MinecraftMixin",
|
||||
@ -25,6 +28,7 @@
|
||||
"feature.screenop.vanilla.AbstractSelectionListMixin",
|
||||
"feature.screenop.vanilla.AbstractSliderButtonMixin",
|
||||
"feature.screenop.vanilla.ContainerObjectSelectionListEntryMixin",
|
||||
"feature.screenop.vanilla.CreateWorldScreenMixin",
|
||||
"feature.screenop.vanilla.CreativeModeInventoryScreenAccessor",
|
||||
"feature.screenop.vanilla.CreativeModeInventoryScreenMixin",
|
||||
"feature.screenop.vanilla.JoinMultiplayerScreenAccessor",
|
||||
@ -36,10 +40,8 @@
|
||||
"feature.screenop.vanilla.SelectWorldScreenAccessor",
|
||||
"feature.screenop.vanilla.SelectWorldScreenMixin",
|
||||
"feature.screenop.vanilla.ServerSelectionListEntryMixin",
|
||||
"feature.screenop.vanilla.TabNavigationBarAccessor",
|
||||
"feature.screenop.vanilla.WorldSelectionListEntryMixin",
|
||||
"compat.yacl.CyclingControllerElementMixin",
|
||||
"compat.yacl.SliderControllerElementMixin",
|
||||
"compat.yacl.YACLScreenMixin",
|
||||
"feature.settingsbutton.ControlsScreenMixin",
|
||||
"feature.virtualmouse.GameRendererMixin",
|
||||
"feature.virtualmouse.InputConstantsMixin",
|
||||
|
Reference in New Issue
Block a user