diff options
author | Martin Robertz <dream-master@gmx.net> | 2020-03-27 06:29:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-27 06:29:03 +0100 |
commit | 8018005b583183b20afdba86250295d975467f83 (patch) | |
tree | 64f3164bb91ebd474ebaef79856289a2c755fe00 /src | |
parent | a08cb636d1845e3ec45ca182265e41fe18b04215 (diff) | |
download | GT5-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
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/com/github/technus/tectech/loader/MainLoader.java | 1 |
1 files changed, 1 insertions, 0 deletions
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", |