Merge branch '1.8.9' of https://github.com/TechReborn/TechReborn into 1.8.9
This commit is contained in:
commit
e03bbacfcf
1 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ configurations {
|
|||
compile.extendsFrom shade
|
||||
}
|
||||
|
||||
version = "0.7.5"
|
||||
version = "0.7.6"
|
||||
|
||||
def ENV = System.getenv()
|
||||
if (ENV.BUILD_NUMBER) {
|
||||
|
@ -110,7 +110,7 @@ dependencies {
|
|||
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'
|
||||
compile 'RebornCore:RebornCore-1.8.9:1.3.0.+:dev'
|
||||
deobfCompile "mezz.jei:jei_1.8.9:2.13.2.54"
|
||||
deobfCompile "mezz.jei:jei_1.8.9:2.13.3.58"
|
||||
|
||||
testCompile 'junit:junit:4.12'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue