Update dependencies
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -28,10 +28,10 @@ sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
|
||||
minecraft {
|
||||
version = "1.10.2-12.18.1.2095"
|
||||
version = "1.10.2-12.18.2.2116"
|
||||
runDir = "run"
|
||||
useDepAts = true
|
||||
mappings = "snapshot_20160910"
|
||||
mappings = "snapshot_20161030"
|
||||
}
|
||||
|
||||
repositories {
|
||||
@@ -51,10 +51,10 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
deobfCompile "mezz.jei:jei_1.10.2:3.12.+:api"
|
||||
runtime "mezz.jei:jei_1.10.2:3.12.+"
|
||||
deobfCompile "mezz.jei:jei_1.10.2:3.13.+:api"
|
||||
runtime "mezz.jei:jei_1.10.2:3.13.+"
|
||||
compile "net.darkhax.tesla:Tesla:1.10-1.2.+"
|
||||
compile "net.industrial-craft:industrialcraft-2:2.6.67-ex110:api"
|
||||
compile "net.industrial-craft:industrialcraft-2:2.6.96-ex110:api"
|
||||
deobfCompile "MCMultiPart:MCMultiPart:1.2.1+:universal"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user