fix: replace dead IC2 maven

This commit is contained in:
LordMZTE 2024-08-03 10:21:03 +02:00
parent 3711a234d0
commit 7e5bb30b5b
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -37,16 +37,13 @@ minecraft {
repositories {
maven {
name = "ic2"
url = "https://maven.ic2.player.to/"
metadataSources {
artifact()
}
url = "https://s3.tilera.xyz/cdn/minecraft/libs/"
metadataSources { artifact() }
}
}
dependencies {
implementation 'net.industrial-craft:industrialcraft-2:2.2.660-experimental:dev'
implementation "net.industrial-craft:industrialcraft-2:2.2.827-experimental:dev"
}
processResources {
@ -94,4 +91,4 @@ publishing {
mavenLocal()
}
}
}
}