Make treetap working with the IC2 rubber tree (Fix #786) (#831)

Changes:
- The dependency of IC2 have been updated to the last version
- This implementation follow the original treetap logic but use
Techreborn original electrical cost.
This commit is contained in:
Thomas Guillemard 2016-12-13 17:24:38 +01:00 committed by Modmuss50
parent 40852ca113
commit ebf569a906
4 changed files with 48 additions and 4 deletions

View file

@ -100,7 +100,7 @@ dependencies {
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 'net.industrial-craft:industrialcraft-2:2.6.129-ex110'
}
@ -175,7 +175,7 @@ uploadArchives {
}
}
else
{
{
//this is when the build is executed on the master node
println 'Uploading to local Maven Repo'
repository(url: "file:///var/www/maven/")