Reordered the forge mixin

This commit is contained in:
coolGi2007
2022-01-02 05:15:35 +00:00
parent 8a76887386
commit c5e0f35a63
+9 -9
View File
@@ -1,13 +1,13 @@
{
"required": true,
"minVersion": "0.8",
"package": "com.seibel.lod.forge.mixins",
"compatibilityLevel": "JAVA_16",
"refmap": "DistantHorizons-forge-refmap.json",
"client": [
"MixinWorldRenderer",
"MixinOptionsScreen",
"MixinFogRenderer"
"compatibilityLevel": "JAVA_8",
"mixins": [
],
"mixins": [],
"minVersion": "0.8"
}
"client": [
"MixinOptionsScreen",
"MixinWorldRenderer"
],
"server": []
}