From a12b62a2ef1e68b7e813746353e2de9fd317f7c4 Mon Sep 17 00:00:00 2001 From: Alkalus <3060479+draknyte1@users.noreply.github.com> Date: Wed, 29 Aug 2018 14:30:25 +1000 Subject: + 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. --- src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api') 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, ; -- cgit