Modules be gone!

This commit is contained in:
LambdAurora
2021-03-15 20:39:40 +01:00
parent c7026ba1fd
commit ab8b78f75a
93 changed files with 144 additions and 1787 deletions

View File

@@ -0,0 +1,26 @@
{
"required": true,
"package": "me.lambdaurora.lambdacontrols.client.mixin",
"compatibilityLevel": "JAVA_8",
"client": [
"AbstractButtonWidgetAccessor",
"AdvancementsScreenAccessor",
"ClientPlayerEntityMixin",
"ClientPlayNetworkHandlerMixin",
"ControlsOptionsScreenMixin",
"CreativeInventoryScreenAccessor",
"EntryListWidgetAccessor",
"GameOptionsMixin",
"GameRendererMixin",
"HandledScreenMixin",
"KeyBindingMixin",
"MinecraftClientMixin",
"MouseMixin",
"OptionsScreenMixin",
"RecipeBookWidgetAccessor",
"WorldRendererMixin"
],
"injectors": {
"defaultRequire": 1
}
}