update forge and mappings

This commit is contained in:
way2muchnoise
2016-11-24 17:52:34 +01:00
parent b4c9e74ea7
commit fd6b401f28
38 changed files with 122 additions and 122 deletions

View File

@@ -28,10 +28,10 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8
minecraft {
version = "1.10.2-12.18.2.2120"
version = "1.10.2-12.18.2.2151"
runDir = "run"
useDepAts = true
mappings = "snapshot_20161104"
mappings = "stable_29"
}
repositories {
@@ -53,8 +53,8 @@ repositories {
dependencies {
deobfCompile "mezz.jei:jei_1.10.2:3.13.3.373:api"
runtime "mezz.jei:jei_1.10.2:3.13.3.373"
compile "net.darkhax.tesla:Tesla:1.10.2-1.2.1.49"
compile "net.industrial-craft:industrialcraft-2:2.6.105-ex110:api"
deobfCompile "net.darkhax.tesla:Tesla:1.10.2-1.2.1.49"
deobfCompile "net.industrial-craft:industrialcraft-2:2.6.105-ex110:api"
deobfCompile "MCMultiPart:MCMultiPart:1.3.0:universal"
}