Start on the update
This commit is contained in:
parent
c8d8ce0241
commit
a0e6a2dc34
112 changed files with 522 additions and 503 deletions
20
build.gradle
20
build.gradle
|
@ -70,8 +70,8 @@ if (ENV.BUILD_NUMBER) {
|
|||
}
|
||||
|
||||
minecraft {
|
||||
version = "1.10.2-12.18.2.2121"
|
||||
mappings = "snapshot_20161105"
|
||||
version = "1.11-13.19.0.2152"
|
||||
mappings = "snapshot_20161118"
|
||||
replace "@MODVERSION@", project.version
|
||||
// makeObfSourceJar = false
|
||||
useDepAts = true
|
||||
|
@ -94,13 +94,15 @@ dependencies {
|
|||
if(!f.exists()){
|
||||
f.mkdir()
|
||||
}
|
||||
deobfCompile 'RebornCore:RebornCore-1.10.2:+:universal'
|
||||
deobfCompile "mezz.jei:jei_1.10.2:+"
|
||||
// compile "net.darkhax.tesla:Tesla:1.9.4-1.1.0.24:deobf"
|
||||
deobfCompile "slimeknights:TConstruct:1.10.2-2.5.3.jenkins384"
|
||||
deobfCompile "slimeknights.mantle:Mantle:1.10.2-1.0.0.jenkins170"
|
||||
deobfCompile "mcjty.theoneprobe:TheOneProbe:1.9.4-1.0.4-14"
|
||||
deobfCompile 'net.industrial-craft:industrialcraft-2:2.6.58-ex110:dev'
|
||||
deobfCompile 'RebornCore:RebornCore-1.11:+:universal'
|
||||
deobfCompile "mezz.jei:jei_1.11:+"
|
||||
//1.11 updates
|
||||
// compile "net.darkhax.tesla:Tesla:1.9.4-1.1.0.24:deobf"
|
||||
// deobfCompile "slimeknights:TConstruct:1.10.2-2.5.3.jenkins384"
|
||||
// deobfCompile "slimeknights.mantle:Mantle:1.10.2-1.0.0.jenkins170"
|
||||
deobfCompile "mcjty.theoneprobe:TheOneProbe:1.11-1.3.3-46"
|
||||
//Only API untill
|
||||
deobfCompile 'net.industrial-craft:industrialcraft-2:2.6.58-ex110:api'
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue