Updated Buildcraft dependency.
This commit is contained in:
parent
1bfb5d5604
commit
c4a0894802
1 changed files with 4 additions and 1 deletions
|
@ -46,12 +46,15 @@ repositories {
|
||||||
url "http://maven.blamejared.com/"
|
url "http://maven.blamejared.com/"
|
||||||
}
|
}
|
||||||
maven {
|
maven {
|
||||||
|
// Tesla
|
||||||
url 'http://maven.epoxide.xyz'
|
url 'http://maven.epoxide.xyz'
|
||||||
}
|
}
|
||||||
maven {
|
maven {
|
||||||
|
// TheOneProbe
|
||||||
url "http://maven.tterrag.com/"
|
url "http://maven.tterrag.com/"
|
||||||
}
|
}
|
||||||
maven {
|
maven {
|
||||||
|
//IC2
|
||||||
name = "ic2"
|
name = "ic2"
|
||||||
url = "http://maven.ic2.player.to/"
|
url = "http://maven.ic2.player.to/"
|
||||||
}
|
}
|
||||||
|
@ -121,7 +124,7 @@ dependencies {
|
||||||
|
|
||||||
deobfCompile 'MCMultiPart2:MCMultiPart:2.4.1'
|
deobfCompile 'MCMultiPart2:MCMultiPart:2.4.1'
|
||||||
|
|
||||||
compile name: 'buildcraft', version: '7.99.13', ext: 'jar'
|
compile name: 'buildcraft', version: '7.99.14', ext: 'jar'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue