generated from tilera/1710mod
fix: replace dead IC2 maven
This commit is contained in:
parent
3711a234d0
commit
7e5bb30b5b
1 changed files with 4 additions and 7 deletions
11
build.gradle
11
build.gradle
|
@ -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()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue