diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2017-06-06 17:54:26 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2017-06-06 17:54:26 +1000 |
commit | 14f58372394c22de8ce31220ba2aa854eecfb6f2 (patch) | |
tree | 122bf8b4b0571cde024c10c570231785ce0cd74b /src/Java/gtPlusPlus/xmod/gregtech/api | |
parent | 83ac97dd477653f8b90b2e4b26dae7c002f8bce8 (diff) | |
download | GT5-Unofficial-14f58372394c22de8ce31220ba2aa854eecfb6f2.tar.gz GT5-Unofficial-14f58372394c22de8ce31220ba2aa854eecfb6f2.tar.bz2 GT5-Unofficial-14f58372394c22de8ce31220ba2aa854eecfb6f2.zip |
+ Added the basis of the Advanced Boilers.
+ Added a new GUI texture for the Advanced Boilers.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java index 0d9f3b3305..d89a9f207e 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java @@ -149,7 +149,10 @@ public enum GregtechItemList implements GregtechItemContainer { //Tree Farm Industrial_TreeFarm, TreeFarmer_Structural, - Industrial_Sifter + Industrial_Sifter, + + //Advanced Boilers + Boiler_Advanced_LV, Boiler_Advanced_MV, Boiler_Advanced_HV ; public static final GregtechItemList[] |