aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2021-07-26 21:02:02 +0200
committerGitHub <noreply@github.com>2021-07-26 21:02:02 +0200
commit65c8ddb94dbdba1d1931d8b03d59c4a735d40224 (patch)
treecdd3fdfd5dfd666dfb3e5b6baffef0e16e7cd959 /build.gradle
parent23a80da2e511499f34cad0a5224a371d3bb68989 (diff)
parentdd7c188b7ce5e3f4ae92181971c9c91e0352ef64 (diff)
downloadGT5-Unofficial-65c8ddb94dbdba1d1931d8b03d59c4a735d40224.tar.gz
GT5-Unofficial-65c8ddb94dbdba1d1931d8b03d59c4a735d40224.tar.bz2
GT5-Unofficial-65c8ddb94dbdba1d1931d8b03d59c4a735d40224.zip
Merge pull request #12 from D-Cysteine/master
Fix GUI and WAILA fluid handling for GT++ single-block boilers and steam condenser.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 20ec7b260d..d5ca2440e3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -146,7 +146,8 @@ dependencies {
//compile files('libs/gregtech-5.08.33-dev.jar')
//compile files('libs/gregtech-5.09.31-dev.jar')
//compile files('libs/gregtech-5.09.33-dev.jar')
- compile files('libs/regtech-5.09.34.17-dev.jar')
+ //compile files('libs/gregtech-5.09.34.17-dev.jar')
+ compile files('libs/gregtech-5.09.37.00-dev.jar')
provided "net.industrial-craft:industrialcraft-2:${config.ic2.version}:dev"
//compile "ic2:IC2Classic:1.2.1.8:dev" - Does not mirror internal class structure or visibility of IC2, won't ever compile.