diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-08-29 14:30:25 +1000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-08-29 14:30:25 +1000 |
commit | a12b62a2ef1e68b7e813746353e2de9fd317f7c4 (patch) | |
tree | e85e2c6fb4f95c2ea6e10726717e28d8c0c52800 /src/Java/gtPlusPlus/xmod/gregtech/api | |
parent | d2821105000b58b49d7f575b08cb759b40860f3e (diff) | |
download | GT5-Unofficial-a12b62a2ef1e68b7e813746353e2de9fd317f7c4.tar.gz GT5-Unofficial-a12b62a2ef1e68b7e813746353e2de9fd317f7c4.tar.bz2 GT5-Unofficial-a12b62a2ef1e68b7e813746353e2de9fd317f7c4.zip |
+ Added Overflow Valve Covers.
+ Added new overlays for Multiblock controllers in GT++.
^ Version Bump to v1.7.02.09.
^ Bumped Recommended version.
% Enabled values() for ObjMaps.
% Changed .gitignore to no longer ignore the assets directory.
% Removed a compilation warning in FishTrapHandler.java.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java index b2172519d5..a53401707b 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java @@ -345,7 +345,9 @@ public enum GregtechItemList implements GregtechItemContainer { Industrial_Mixer, - Hatch_Input_Cryotheum, Hatch_Input_Pyrotheum, + Hatch_Input_Cryotheum, Hatch_Input_Pyrotheum, + + Cover_Overflow_ULV, Cover_Overflow_LV, Cover_Overflow_MV, Cover_Overflow_HV, Cover_Overflow_EV, Cover_Overflow_IV, ; |