Commit e48e6f8247259baaedc796a90c4b84f7bbb885f1
1 parent
007e0673
Bump mixin version to 0.7
Showing
3 changed files
with
3 additions
and
3 deletions
build.gradle
| @@ -72,7 +72,7 @@ repositories { | @@ -72,7 +72,7 @@ repositories { | ||
| 72 | } | 72 | } |
| 73 | 73 | ||
| 74 | dependencies { | 74 | dependencies { |
| 75 | - compile('org.spongepowered:mixin:0.6.12-SNAPSHOT') { | 75 | + compile('org.spongepowered:mixin:0.7-SNAPSHOT') { |
| 76 | exclude module: 'asm-commons' | 76 | exclude module: 'asm-commons' |
| 77 | exclude module: 'asm-tree' | 77 | exclude module: 'asm-tree' |
| 78 | exclude module: 'launchwrapper' | 78 | exclude module: 'launchwrapper' |
src/client/resources/mixins.liteloader.client.json
| 1 | { | 1 | { |
| 2 | "required": true, | 2 | "required": true, |
| 3 | - "minVersion": "0.6.8", | 3 | + "minVersion": "0.7", |
| 4 | "compatibilityLevel": "JAVA_8", | 4 | "compatibilityLevel": "JAVA_8", |
| 5 | "target": "@env(DEFAULT)", | 5 | "target": "@env(DEFAULT)", |
| 6 | "package": "com.mumfrey.liteloader.client.mixin", | 6 | "package": "com.mumfrey.liteloader.client.mixin", |
src/main/resources/mixins.liteloader.core.json
| 1 | { | 1 | { |
| 2 | "required": true, | 2 | "required": true, |
| 3 | - "minVersion": "0.6.8", | 3 | + "minVersion": "0.7", |
| 4 | "compatibilityLevel": "JAVA_8", | 4 | "compatibilityLevel": "JAVA_8", |
| 5 | "target": "@env(DEFAULT)", | 5 | "target": "@env(DEFAULT)", |
| 6 | "package": "com.mumfrey.liteloader.common.mixin", | 6 | "package": "com.mumfrey.liteloader.common.mixin", |