mirror of
https://github.com/TeamMidnightDust/MidnightControls.git
synced 2025-12-13 23:25:10 +01:00
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
29 lines
696 B
JSON
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
|
|
}
|
|
}
|