Updated Buildcraft dependency.

This commit is contained in:
drcrazy 2018-01-15 11:59:20 +03:00
parent 1bfb5d5604
commit c4a0894802

View file

@ -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'
} }