This might fix setup?

This commit is contained in:
modmuss50 2016-05-06 19:49:23 +01:00
parent ca73a31efa
commit ab88164dfb

View file

@ -40,6 +40,9 @@ repositories {
name "CraftTweaker3"
artifactPattern "http://www.blamejared.com/content/[module]-[classifier]-Full-[revision].[ext]"
}
maven {
url 'http://maven.rubbix.net'
}
}
configurations {
@ -83,6 +86,7 @@ dependencies {
compile 'RebornCore:RebornCore-1.9:+:dev'
deobfCompile "mezz.jei:jei_1.9:+"
deobfCompile 'MCMultiPart:MCMultiPart-experimental:1.2.0_60:universal'
compile "net.darkhax.tesla:Tesla:1.9-1.0.1.21:deobf"
}