Update to newest dev version - fixes #92

This commit is contained in:
SIMULATAN
2022-01-06 16:41:43 +01:00
committed by Cloudburst
parent b1fa434a9c
commit 502b2c2738
11 changed files with 89 additions and 57 deletions

View File

@@ -3,12 +3,15 @@
"package": "anticope.rejects.mixin.meteor",
"compatibilityLevel": "JAVA_16",
"client": [
"modules.NoRenderAccessor",
"modules.FlightMixin",
"CommandsMixin",
"ConfigTabMixin",
"ConfigMixin",
"GuiRendererAccessor",
"HttpMixin",
"ModulesMixin"
"ModulesMixin",
"modules.FlightMixin",
"modules.NoRenderAccessor"
],
"mixins": [
"ConfigTabMixin"
]
}