Fix build for now

This commit is contained in:
modmuss50 2017-06-17 17:42:33 +01:00
parent f05221d1ef
commit a9874131e9
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82

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
@ -119,7 +119,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 'net.industrial-craft:industrialcraft-2:2.7.5-ex111'
deobfCompile 'me.industrial-craft-backup:industrialcraft-2:2.7.5-ex111'
compile name: 'buildcraft', version: '7.99.4', ext: 'jar'
}