aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2020-03-27 06:29:03 +0100
committerGitHub <noreply@github.com>2020-03-27 06:29:03 +0100
commit8018005b583183b20afdba86250295d975467f83 (patch)
tree64f3164bb91ebd474ebaef79856289a2c755fe00
parenta08cb636d1845e3ec45ca182265e41fe18b04215 (diff)
downloadGT5-Unofficial-8018005b583183b20afdba86250295d975467f83.tar.gz
GT5-Unofficial-8018005b583183b20afdba86250295d975467f83.tar.bz2
GT5-Unofficial-8018005b583183b20afdba86250295d975467f83.zip
Block nerf (#24)
* put Irontank mod to the withelist of BlockNerf * bump gt dependencie
-rw-r--r--build.properties2
-rw-r--r--src/main/java/com/github/technus/tectech/loader/MainLoader.java1
2 files changed, 2 insertions, 1 deletions
diff --git a/build.properties b/build.properties
index a86b45bf9b..ce592885df 100644
--- a/build.properties
+++ b/build.properties
@@ -6,7 +6,7 @@ ic2.version=2.2.790-experimental
codechickenlib.version=1.1.3.140
codechickencore.version=1.0.7.47
nei.version=1.0.5.120
-gregtech.jenkinsbuild=408
+gregtech.jenkinsbuild=420
gregtech.version=5.09.33.32
cofhcore.version=[1.7.10]3.1.4-329-dev
yamcore.version=0.5.79
diff --git a/src/main/java/com/github/technus/tectech/loader/MainLoader.java b/src/main/java/com/github/technus/tectech/loader/MainLoader.java
index d7d23d7461..7e9a90961e 100644
--- a/src/main/java/com/github/technus/tectech/loader/MainLoader.java
+++ b/src/main/java/com/github/technus/tectech/loader/MainLoader.java
@@ -323,6 +323,7 @@ public final class MainLoader {
"DraconicEvolution",
"IC2NuclearControl",
"IronChest",
+ "irontank",
"opensecurity",
"openmodularturrets",
"Railcraft",