Now using new Forge Dynamic buckets, and prep for new update

This commit is contained in:
modmuss50 2016-02-02 21:05:42 +00:00
parent e509d42e36
commit 8ec95f9119
4 changed files with 43 additions and 33 deletions

View file

@ -68,7 +68,7 @@ configurations {
compile.extendsFrom shade
}
version = "0.7.9"
version = "0.7.10"
def ENV = System.getenv()
if (ENV.BUILD_NUMBER) {
@ -109,7 +109,7 @@ dependencies {
compile "com.github.azanor:baubles:1.1.2.0:deobf@jar"
compile name: "CraftTweaker", version: "1.8.8-3.0.0", classifier: "Dev"
// shade 'IC2-Classic-API-STANDALONE:IC2-Classic-API-STANDALONE:1.1.0.19-5:api'
deobfCompile 'RebornCore:RebornCore-1.8.9:1.4.0.+:universal'
deobfCompile 'RebornCore:RebornCore-1.8.9:1.4.1.+:universal'
deobfCompile "mezz.jei:jei_1.8.9:2.24.+"
testCompile 'junit:junit:4.12'