From 1c888aadc2b6147c05da3e7e8d21789a9a7059b2 Mon Sep 17 00:00:00 2001 From: Jonas Herzig Date: Fri, 27 Oct 2017 16:27:28 +0200 Subject: [PATCH] Add minVersion to mixin configs and bump bundled mixin version --- build.gradle | 2 +- src/main/resources/mixins.compat.mapwriter.replaymod.json | 1 + src/main/resources/mixins.compat.shaders.replaymod.json | 1 + src/main/resources/mixins.extras.playeroverview.replaymod.json | 1 + src/main/resources/mixins.recording.replaymod.json | 1 + src/main/resources/mixins.render.replaymod.json | 1 + src/main/resources/mixins.replay.replaymod.json | 1 + 7 files changed, 7 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3ff6b6ed..f7f77bd0 100755 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ configurations { dependencies { compile 'org.projectlombok:lombok:1.16.4' - compile 'org.spongepowered:mixin:0.6.8-SNAPSHOT' + compile 'org.spongepowered:mixin:0.7.5-SNAPSHOT' shade 'com.googlecode.mp4parser:isoparser:1.1.7' shade 'org.apache.commons:commons-exec:1.3' shade 'com.google.apis:google-api-services-youtube:v3-rev178-1.22.0' diff --git a/src/main/resources/mixins.compat.mapwriter.replaymod.json b/src/main/resources/mixins.compat.mapwriter.replaymod.json index 4b5d0287..eb02cea2 100644 --- a/src/main/resources/mixins.compat.mapwriter.replaymod.json +++ b/src/main/resources/mixins.compat.mapwriter.replaymod.json @@ -7,5 +7,6 @@ "MixinMinecraft" ], "compatibilityLevel": "JAVA_8", + "minVersion": "0.6.11", "refmap": "mixins.replaymod.refmap.json" } \ No newline at end of file diff --git a/src/main/resources/mixins.compat.shaders.replaymod.json b/src/main/resources/mixins.compat.shaders.replaymod.json index 792af576..ed6e1a9a 100644 --- a/src/main/resources/mixins.compat.shaders.replaymod.json +++ b/src/main/resources/mixins.compat.shaders.replaymod.json @@ -10,5 +10,6 @@ "MixinShadersRender" ], "compatibilityLevel": "JAVA_8", + "minVersion": "0.6.11", "refmap": "mixins.replaymod.refmap.json" } \ No newline at end of file diff --git a/src/main/resources/mixins.extras.playeroverview.replaymod.json b/src/main/resources/mixins.extras.playeroverview.replaymod.json index 7c9a0a1f..9c9bf8e7 100644 --- a/src/main/resources/mixins.extras.playeroverview.replaymod.json +++ b/src/main/resources/mixins.extras.playeroverview.replaymod.json @@ -7,5 +7,6 @@ "MixinRender" ], "compatibilityLevel": "JAVA_8", + "minVersion": "0.6.11", "refmap": "mixins.replaymod.refmap.json" } \ No newline at end of file diff --git a/src/main/resources/mixins.recording.replaymod.json b/src/main/resources/mixins.recording.replaymod.json index 95a6738d..75e77050 100644 --- a/src/main/resources/mixins.recording.replaymod.json +++ b/src/main/resources/mixins.recording.replaymod.json @@ -10,5 +10,6 @@ "MixinRenderGlobal" ], "compatibilityLevel": "JAVA_8", + "minVersion": "0.6.11", "refmap": "mixins.replaymod.refmap.json" } \ No newline at end of file diff --git a/src/main/resources/mixins.render.replaymod.json b/src/main/resources/mixins.render.replaymod.json index a2e940c8..539d1c55 100644 --- a/src/main/resources/mixins.render.replaymod.json +++ b/src/main/resources/mixins.render.replaymod.json @@ -13,5 +13,6 @@ "server": [], "client": [], "compatibilityLevel": "JAVA_8", + "minVersion": "0.6.11", "refmap": "mixins.replaymod.refmap.json" } \ No newline at end of file diff --git a/src/main/resources/mixins.replay.replaymod.json b/src/main/resources/mixins.replay.replaymod.json index 8d02ed09..e92257fb 100644 --- a/src/main/resources/mixins.replay.replaymod.json +++ b/src/main/resources/mixins.replay.replaymod.json @@ -15,5 +15,6 @@ "server": [], "client": [], "compatibilityLevel": "JAVA_8", + "minVersion": "0.6.11", "refmap": "mixins.replaymod.refmap.json" } \ No newline at end of file