aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/api
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2018-09-18 00:02:24 +1000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2018-09-18 00:02:24 +1000
commita177ece7d75a21ac682a9bb850a4205e7dbcbd34 (patch)
treeec4cbb314e2ea6d9ddf882e68edb06c9f4d98137 /src/Java/gtPlusPlus/xmod/gregtech/api
parent42951c3b2217ba0cf349d42fab05c8227ad3e0ef (diff)
downloadGT5-Unofficial-a177ece7d75a21ac682a9bb850a4205e7dbcbd34.tar.gz
GT5-Unofficial-a177ece7d75a21ac682a9bb850a4205e7dbcbd34.tar.bz2
GT5-Unofficial-a177ece7d75a21ac682a9bb850a4205e7dbcbd34.zip
+ Added Solar Reflector.
% Made Solar Tower more complex structure wise. % Bumped Ticon ASM Handler.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java
index c74be0fe87..2f19d2933b 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java
@@ -380,8 +380,9 @@ public enum GregtechItemList implements GregtechItemContainer {
//Basically is an automatic Cauldron
SimpleDustWasher,
-
-
+
+ //Solar Tower Reflector
+ Solar_Tower_Reflector,
//Super Tier Chests
Super_Chest_LV, Super_Chest_MV, Super_Chest_HV, Super_Chest_EV, Super_Chest_IV,