Added back buildcraft support

This commit is contained in:
modmuss50 2017-11-24 14:59:49 +00:00
parent def8cb5355
commit 9aa3d3e59d
3 changed files with 30 additions and 16 deletions

View file

@ -87,7 +87,7 @@ if (ENV.BUILD_NUMBER) {
}
minecraft {
version = "1.12.2-14.23.0.2509"
version = "1.12.2-14.23.0.2552"
mappings = "snapshot_20170624"
replace "@MODVERSION@", project.version
useDepAts = true
@ -122,6 +122,8 @@ dependencies {
deobfCompile 'net.industrial-craft:industrialcraft-2:2.8.26-ex112', withoutOldJEI
deobfCompile 'cofh:ThermalDynamics:1.12-2.3.5.12:universal', withoutOldJEI
deobfCompile 'cofh:ThermalExpansion:1.12-5.3.5.19:universal', withoutOldJEI
compile name: 'buildcraft', version: '7.99.12', ext: 'jar'
}