Reordered forge mixin
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
{
|
||||
"required": true,
|
||||
"minVersion": "0.8",
|
||||
"package": "com.seibel.lod.forge.mixins",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"refmap": "DistantHorizons-forge-refmap.json",
|
||||
"client": [
|
||||
"MixinWorldRenderer",
|
||||
"MixinOptionsScreen"
|
||||
],
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"mixins": [
|
||||
"unsafe.MixinThreadingDectector"
|
||||
],
|
||||
"minVersion": "0.8"
|
||||
}
|
||||
"client": [
|
||||
"MixinOptionsScreen",
|
||||
"MixinWorldRenderer"
|
||||
],
|
||||
"server": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user