Fixed forge building tough still dosnt run on ide

This commit is contained in:
coolGi2007
2022-01-02 05:14:24 +00:00
parent 4870d456c9
commit c95018a6ac
+7 -7
View File
@@ -1,13 +1,13 @@
{
"required": true,
"minVersion": "0.8",
"package": "com.seibel.lod.forge.mixins",
"compatibilityLevel": "JAVA_8",
"refmap": "lod.refmap.json",
"client": [
"MixinWorldRenderer",
"MixinOptionsScreen",
"MixinFogRenderer"
"mixins": [
],
"mixins": [],
"minVersion": "0.8"
"client": [
"MixinOptionsScreen",
"MixinWorldRenderer"
],
"server": []
}