Fix Iris dependency

Seems like it no longer builds on JitPack and their cache has expired.
This commit is contained in:
Jonas Herzig
2023-10-18 12:09:13 +02:00
parent 094ca1ce01
commit 96dbc54a53
2 changed files with 12 additions and 1 deletions

View File

@@ -217,6 +217,17 @@ repositories {
includeGroupByRegex 'com\\.github\\..*'
}
}
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
filter {
includeGroup "maven.modrinth"
}
}
}
configurations {
@@ -409,7 +420,7 @@ dependencies {
}
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
}
}

0
versions/1.20.2/.gitkeep Normal file
View File