Downgrade pre-1.12 back to Mixin 0.7.10
This commit is contained in:
@@ -248,9 +248,11 @@ dependencies {
|
||||
}
|
||||
|
||||
if (!FABRIC) {
|
||||
annotationProcessor 'org.spongepowered:mixin:0.8'
|
||||
compileOnly 'org.spongepowered:mixin:0.8'
|
||||
shade('org.spongepowered:mixin:0.8') {
|
||||
// Mixin 0.8 is no longer compatible with MC 1.11.2 or older
|
||||
def mixinVersion = mcVersion >= 11200 ? '0.8' : '0.7.10-SNAPSHOT'
|
||||
annotationProcessor "org.spongepowered:mixin:$mixinVersion"
|
||||
compileOnly "org.spongepowered:mixin:$mixinVersion"
|
||||
shade("org.spongepowered:mixin:$mixinVersion") {
|
||||
transitive = false // deps should all be bundled with MC
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user