Fix Iris dependency
Seems like it no longer builds on JitPack and their cache has expired.
This commit is contained in:
13
build.gradle
13
build.gradle
@@ -217,6 +217,17 @@ repositories {
|
|||||||
includeGroupByRegex 'com\\.github\\..*'
|
includeGroupByRegex 'com\\.github\\..*'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
exclusiveContent {
|
||||||
|
forRepository {
|
||||||
|
maven {
|
||||||
|
name = "Modrinth"
|
||||||
|
url = "https://api.modrinth.com/maven"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
filter {
|
||||||
|
includeGroup "maven.modrinth"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
@@ -409,7 +420,7 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (mcVersion >= 11600) {
|
if (mcVersion >= 11600) {
|
||||||
modCompileOnly("com.github.IrisShaders:Iris:1.18.x~v1.2.0") {
|
modCompileOnly("maven.modrinth:iris:1.18.x-v1.2.0") {
|
||||||
transitive = false // we do not want to upgrade our libs, we only need this to compile our mixins
|
transitive = false // we do not want to upgrade our libs, we only need this to compile our mixins
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
0
versions/1.20.2/.gitkeep
Normal file
0
versions/1.20.2/.gitkeep
Normal file
Reference in New Issue
Block a user