mirror of
https://github.com/TeamMidnightDust/MidnightControls.git
synced 2025-12-13 23:25:10 +01:00
26 lines
610 B
JSON
26 lines
610 B
JSON
{
|
|
"required": true,
|
|
"package": "dev.lambdaurora.lambdacontrols.client.mixin",
|
|
"compatibilityLevel": "JAVA_16",
|
|
"client": [
|
|
"ClickableWidgetAccessor",
|
|
"AdvancementsScreenAccessor",
|
|
"ClientPlayerEntityMixin",
|
|
"ControlsOptionsScreenMixin",
|
|
"CreativeInventoryScreenAccessor",
|
|
"EntryListWidgetAccessor",
|
|
"GameOptionsMixin",
|
|
"GameRendererMixin",
|
|
"HandledScreenMixin",
|
|
"KeyBindingMixin",
|
|
"MinecraftClientMixin",
|
|
"MouseMixin",
|
|
"OptionsScreenMixin",
|
|
"RecipeBookWidgetAccessor",
|
|
"WorldRendererMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|