Updated Mixin to 0.6.4-SNAPSHOT and set mixin target level

This commit is contained in:
CrushedPixel
2017-01-14 01:54:33 +01:00
committed by johni0702
parent 6f3ac71a8b
commit 6bbff3bba7
5 changed files with 5 additions and 1 deletions

View File

@@ -8,5 +8,6 @@
"MixinShaderRenderChunk",
"MixinShaderRenderGlobal"
],
"compatibilityLevel": "JAVA_8",
"refmap": "mixins.replaymod.refmap.json"
}

View File

@@ -9,5 +9,6 @@
"MixinNetworkDispatcher",
"MixinRenderGlobal"
],
"compatibilityLevel": "JAVA_8",
"refmap": "mixins.replaymod.refmap.json"
}

View File

@@ -11,5 +11,6 @@
],
"server": [],
"client": [],
"compatibilityLevel": "JAVA_8",
"refmap": "mixins.replaymod.refmap.json"
}

View File

@@ -15,5 +15,6 @@
],
"server": [],
"client": [],
"compatibilityLevel": "JAVA_8",
"refmap": "mixins.replaymod.refmap.json"
}