aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/api/enums
diff options
context:
space:
mode:
authorAlkalus <draknyte1@hotmail.com>2017-11-15 03:25:34 +1000
committerAlkalus <draknyte1@hotmail.com>2017-11-15 03:25:34 +1000
commit5c2b131a29c3ea0871ecbd400635ca0be3ebdfbe (patch)
tree5f58795c403dbfe7738c1d022909b1c1796ffbfe /src/Java/gtPlusPlus/xmod/gregtech/api/enums
parent1231518269b86c3248edf25c658cda6acd15b634 (diff)
downloadGT5-Unofficial-5c2b131a29c3ea0871ecbd400635ca0be3ebdfbe.tar.gz
GT5-Unofficial-5c2b131a29c3ea0871ecbd400635ca0be3ebdfbe.tar.bz2
GT5-Unofficial-5c2b131a29c3ea0871ecbd400635ca0be3ebdfbe.zip
$ Fixed Power Sub-Station not providing very good scanner info.
+ Added stats for nerds to the PSS. + Added custom (dis)charge hatches for use with the PSS.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api/enums')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java
index 2032555a7f..e4da291b17 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java
@@ -253,6 +253,10 @@ public enum GregtechItemList implements GregtechItemContainer {
Machine_Advanced_EV_Mixer, Machine_Advanced_IV_Mixer, Machine_Advanced_LuV_Mixer,
Machine_Advanced_ZPM_Mixer, Machine_Advanced_UV_Mixer,
+ //Custom hatches
+ Hatch_Input_Battery_MV, Hatch_Input_Battery_EV,
+ Hatch_Output_Battery_MV, Hatch_Output_Battery_EV,
+