From 5aec46ffb855440256e27fc3c03c3c412b7af21d Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Sat, 3 Sep 2016 03:09:40 +1000 Subject: + Basically finished the Power Sub-Station in a single commit. > It needs proper power storage and the shape needs refining, but otherwise works good. --- src/Java/miscutil/xmod/gregtech/api/enums/GregtechItemList.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Java/miscutil/xmod/gregtech/api') diff --git a/src/Java/miscutil/xmod/gregtech/api/enums/GregtechItemList.java b/src/Java/miscutil/xmod/gregtech/api/enums/GregtechItemList.java index 1a1fd804fe..09f70028e9 100644 --- a/src/Java/miscutil/xmod/gregtech/api/enums/GregtechItemList.java +++ b/src/Java/miscutil/xmod/gregtech/api/enums/GregtechItemList.java @@ -101,7 +101,9 @@ public enum GregtechItemList implements GregtechItemContainer { SuperConductorInputNode, - Casing_Reactor_I, Casing_Reactor_II; + Casing_Reactor_I, Casing_Reactor_II, + + PowerSubStation; public static final GregtechItemList[] DYE_ONLY_ITEMS = { -- cgit