Fix mixin config json
This commit is contained in:
@@ -4,14 +4,12 @@
|
|||||||
"compatibilityLevel": "JAVA_16",
|
"compatibilityLevel": "JAVA_16",
|
||||||
"client": [
|
"client": [
|
||||||
"CommandsMixin",
|
"CommandsMixin",
|
||||||
"ConfigMixin",
|
"ConfigTabMixin",
|
||||||
"GuiRendererAccessor",
|
"GuiRendererAccessor",
|
||||||
"HttpMixin",
|
"HttpMixin",
|
||||||
"ModulesMixin",
|
"ModulesMixin",
|
||||||
"modules.FlightMixin",
|
"modules.FlightMixin",
|
||||||
"modules.NoRenderAccessor"
|
"modules.NoRenderAccessor",
|
||||||
],
|
"SystemsMixin"
|
||||||
"mixins": [
|
|
||||||
"ConfigTabMixin"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user