mirror of
https://github.com/TeamMidnightDust/MidnightControls.git
synced 2025-12-14 07:35:10 +01:00
Changes from LambdaControls: - Support for Steam Deck and Dualsense - Support for L4, L5, R4, R5 buttons - Updated Libraries - New Logo and Name - Lots of Bugfixes - MidnightConfig backend
25 lines
586 B
JSON
25 lines
586 B
JSON
{
|
|
"required": true,
|
|
"package": "eu.midnightdust.midnightcontrols.client.mixin",
|
|
"compatibilityLevel": "JAVA_16",
|
|
"client": [
|
|
"ClickableWidgetAccessor",
|
|
"AdvancementsScreenAccessor",
|
|
"ClientPlayerEntityMixin",
|
|
"ControlsOptionsScreenMixin",
|
|
"CreativeInventoryScreenAccessor",
|
|
"EntryListWidgetAccessor",
|
|
"GameOptionsMixin",
|
|
"GameRendererMixin",
|
|
"HandledScreenMixin",
|
|
"KeyBindingMixin",
|
|
"MinecraftClientMixin",
|
|
"MouseMixin",
|
|
"RecipeBookWidgetAccessor",
|
|
"WorldRendererMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|