Files
MidnightControls/src/main/resources/midnightcontrols.mixins.json
Motschen 1186c9c241 Another round of improvements
Mostly related to touch screen support
- Added selection outlines for Break-at-Finger mode
- Breaking blocks/interacting with entities will now just check if the target changed, not the finger position
- Added the ability to create custom touch buttons out of ButtonBindings
- Redesigned top touch buttons
- Added emote touch button when Emotecraft is installed
- Updated SpruceUI
- Removed old mixins
2023-09-30 20:27:03 +02:00

29 lines
696 B
JSON

{
"required": true,
"package": "eu.midnightdust.midnightcontrols.client.mixin",
"compatibilityLevel": "JAVA_16",
"client": [
"ClickableWidgetAccessor",
"AdvancementsScreenAccessor",
"ClientPlayerEntityMixin",
"ControlsOptionsScreenMixin",
"CreativeInventoryScreenAccessor",
"GameRendererMixin",
"HandledScreenMixin",
"KeyBindingMixin",
"InputUtilMixin",
"MinecraftClientMixin",
"MouseMixin",
"ChatScreenMixin",
"RecipeBookWidgetAccessor",
"WorldRendererMixin",
"KeyBindingRegistryImplAccessor",
"KeyBindingIDAccessor",
"TabNavigationWidgetAccessor",
"ScreenMixin"
],
"injectors": {
"defaultRequire": 1
}
}