Update ic2 dep

This commit is contained in:
modmuss50 2017-06-28 09:02:48 +01:00
parent 36e85c82a3
commit ea81e66c87
No known key found for this signature in database
GPG key ID: 203A5ED4D3E48BEA

View file

@ -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'
}