mirror of
https://github.com/TeamMidnightDust/MidnightControls.git
synced 2025-12-13 23:25:10 +01:00
- Fixed #222 Touch-specific improvements - Interactive items can now be used correctly - Drop button now works - Most Keybinds will now work correctly while in touchscreen mode - Added Touch category to simple options screen
30 lines
717 B
JSON
30 lines
717 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",
|
|
"KeyboardMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|