Fix mixin config json

This commit is contained in:
SIMULATAN
2022-01-06 18:49:13 +01:00
committed by Cloudburst
parent afcdb31aad
commit 8eb76d782e

View File

@@ -4,14 +4,12 @@
"compatibilityLevel": "JAVA_16",
"client": [
"CommandsMixin",
"ConfigMixin",
"ConfigTabMixin",
"GuiRendererAccessor",
"HttpMixin",
"ModulesMixin",
"modules.FlightMixin",
"modules.NoRenderAccessor"
],
"mixins": [
"ConfigTabMixin"
"modules.NoRenderAccessor",
"SystemsMixin"
]
}