Update ic2 dep
This commit is contained in:
parent
36e85c82a3
commit
ea81e66c87
1 changed files with 6 additions and 6 deletions
12
build.gradle
12
build.gradle
|
@ -56,10 +56,10 @@ repositories {
|
|||
maven {
|
||||
url "http://maven.tterrag.com/"
|
||||
}
|
||||
// maven {
|
||||
// name = "ic2"
|
||||
// url = "http://maven.ic2.player.to/"
|
||||
// }
|
||||
maven {
|
||||
name = "ic2"
|
||||
url = "http://maven.ic2.player.to/"
|
||||
}
|
||||
|
||||
maven {
|
||||
// HWYLA
|
||||
|
@ -89,7 +89,7 @@ if (ENV.BUILD_NUMBER) {
|
|||
}
|
||||
|
||||
minecraft {
|
||||
version = "1.12-14.21.0.2373"
|
||||
version = "1.12-14.21.0.2382"
|
||||
mappings = "snapshot_20170624"
|
||||
replace "@MODVERSION@", project.version
|
||||
useDepAts = true
|
||||
|
@ -118,7 +118,7 @@ dependencies {
|
|||
//deobfCompile "slimeknights.mantle:Mantle:1.10.2-1.0.0.jenkins170"
|
||||
deobfCompile "mcjty.theoneprobe:TheOneProbe:1.11-1.3.3-46"
|
||||
compile "CraftTweaker:CraftTweaker:1.11.2-3.0.24"
|
||||
deobfCompile 'me.industrial-craft-backup:industrialcraft-2:2.7.5-ex111'
|
||||
deobfCompile 'net.industrial-craft:industrialcraft-2:2.8.2-ex112'
|
||||
compile name: 'buildcraft', version: '7.99.4', ext: 'jar'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue