Update dependencies
This commit is contained in:
12
build.gradle
12
build.gradle
@@ -28,10 +28,10 @@ sourceCompatibility = 1.8
|
|||||||
targetCompatibility = 1.8
|
targetCompatibility = 1.8
|
||||||
|
|
||||||
minecraft {
|
minecraft {
|
||||||
version = "1.10.2-12.18.2.2116"
|
version = "1.10.2-12.18.2.2120"
|
||||||
runDir = "run"
|
runDir = "run"
|
||||||
useDepAts = true
|
useDepAts = true
|
||||||
mappings = "snapshot_20161030"
|
mappings = "snapshot_20161104"
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
@@ -51,11 +51,11 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
deobfCompile "mezz.jei:jei_1.10.2:3.13.1.345:api"
|
deobfCompile "mezz.jei:jei_1.10.2:3.13.2.349:api"
|
||||||
runtime "mezz.jei:jei_1.10.2:3.13.1.345"
|
runtime "mezz.jei:jei_1.10.2:3.13.2.349"
|
||||||
compile "net.darkhax.tesla:Tesla:1.10.2-1.2.1.49"
|
compile "net.darkhax.tesla:Tesla:1.10.2-1.2.1.49"
|
||||||
compile "net.industrial-craft:industrialcraft-2:2.6.96-ex110:api"
|
compile "net.industrial-craft:industrialcraft-2:2.6.98-ex110:api"
|
||||||
deobfCompile "MCMultiPart:MCMultiPart:1.2.1:universal"
|
deobfCompile "MCMultiPart:MCMultiPart:1.3.0:universal"
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources {
|
processResources {
|
||||||
|
|||||||
Reference in New Issue
Block a user