This might fix setup?
This commit is contained in:
parent
ca73a31efa
commit
ab88164dfb
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,9 @@ repositories {
|
||||||
name "CraftTweaker3"
|
name "CraftTweaker3"
|
||||||
artifactPattern "http://www.blamejared.com/content/[module]-[classifier]-Full-[revision].[ext]"
|
artifactPattern "http://www.blamejared.com/content/[module]-[classifier]-Full-[revision].[ext]"
|
||||||
}
|
}
|
||||||
|
maven {
|
||||||
|
url 'http://maven.rubbix.net'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
|
@ -83,6 +86,7 @@ dependencies {
|
||||||
compile 'RebornCore:RebornCore-1.9:+:dev'
|
compile 'RebornCore:RebornCore-1.9:+:dev'
|
||||||
deobfCompile "mezz.jei:jei_1.9:+"
|
deobfCompile "mezz.jei:jei_1.9:+"
|
||||||
deobfCompile 'MCMultiPart:MCMultiPart-experimental:1.2.0_60:universal'
|
deobfCompile 'MCMultiPart:MCMultiPart-experimental:1.2.0_60:universal'
|
||||||
|
compile "net.darkhax.tesla:Tesla:1.9-1.0.1.21:deobf"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue