Update build.gradle
This commit is contained in:
parent
6679c595c5
commit
ae5bb56445
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,7 @@ minecraft {
|
||||||
mappings = 'snapshot_20151126'
|
mappings = 'snapshot_20151126'
|
||||||
replace "@MODVERSION@", project.version
|
replace "@MODVERSION@", project.version
|
||||||
makeObfSourceJar = false
|
makeObfSourceJar = false
|
||||||
|
useDepAts = true
|
||||||
}
|
}
|
||||||
|
|
||||||
group = 'TechReborn'
|
group = 'TechReborn'
|
||||||
|
@ -107,6 +108,7 @@ dependencies {
|
||||||
// compile name: "MineTweaker3", version: "1.7.10-3.0.9C", classifier: "Dev"
|
// compile name: "MineTweaker3", version: "1.7.10-3.0.9C", classifier: "Dev"
|
||||||
// shade 'IC2-Classic-API-STANDALONE:IC2-Classic-API-STANDALONE:1.1.0.19-5:api'
|
// shade 'IC2-Classic-API-STANDALONE:IC2-Classic-API-STANDALONE:1.1.0.19-5:api'
|
||||||
compile 'RebornCore:RebornCore-1.8.8:1.0.0.+:dev'
|
compile 'RebornCore:RebornCore-1.8.8:1.0.0.+:dev'
|
||||||
|
deobfCompile "mezz.jei:jei_1.8.8:2.0.4.5"
|
||||||
|
|
||||||
testCompile 'junit:junit:4.12'
|
testCompile 'junit:junit:4.12'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue