Update build.gradle

This commit is contained in:
Modmuss50 2016-05-28 10:06:54 +01:00
parent 8cb62c60d6
commit cec1cb7446

View file

@ -47,7 +47,7 @@ repositories {
artifactPattern "http://www.blamejared.com/content/[module]-[classifier]-Full-[revision].[ext]"
}
maven {
url 'http://maven.rubbix.net'
url 'http://maven.epoxide.xyz'
}
}
@ -92,7 +92,7 @@ dependencies {
compile 'RebornCore:RebornCore-1.9.4:+:dev'
deobfCompile "mezz.jei:jei_1.9.4:+"
deobfCompile 'MCMultiPart:MCMultiPart-experimental:1.2.0_67:universal'
compile "net.darkhax.tesla:Tesla:1.9-1.0.2.23:deobf"
compile "net.darkhax.tesla:Tesla:1.9.4-1.1.0.24:deobf"
//deobfCompile "slimeknights.mantle:Mantle:1.9-0.10.0.jenkins132"
//deobfCompile "slimeknights:TConstruct:1.9-2.3.0.jenkins193"
}