diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-09-03 03:09:40 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-09-03 03:09:40 +1000 |
commit | 5aec46ffb855440256e27fc3c03c3c412b7af21d (patch) | |
tree | 5d0ee38cfc3adbf58995523562b74d5e80b4325c /src/Java/miscutil/xmod/gregtech/api/enums | |
parent | a353efaeeccd07e3be797873286701474b7923f7 (diff) | |
download | GT5-Unofficial-5aec46ffb855440256e27fc3c03c3c412b7af21d.tar.gz GT5-Unofficial-5aec46ffb855440256e27fc3c03c3c412b7af21d.tar.bz2 GT5-Unofficial-5aec46ffb855440256e27fc3c03c3c412b7af21d.zip |
+ Basically finished the Power Sub-Station in a single commit.
> It needs proper power storage and the shape needs refining, but otherwise works good.
Diffstat (limited to 'src/Java/miscutil/xmod/gregtech/api/enums')
-rw-r--r-- | src/Java/miscutil/xmod/gregtech/api/enums/GregtechItemList.java | 4 |
1 files changed, 3 insertions, 1 deletions
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 = { |