diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-09-18 13:42:40 +1000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-09-18 13:42:40 +1000 |
commit | a5d2b84eabdd5b75d409d8519b7831ecfd0061b9 (patch) | |
tree | 3dad40f2e8d4a6de67a8a199ea08467832f506eb /src/Java/gtPlusPlus/xmod/gregtech/api | |
parent | 66e97d8a0c9ceb8a3a6b41856ee773a653b02f8c (diff) | |
download | GT5-Unofficial-a5d2b84eabdd5b75d409d8519b7831ecfd0061b9.tar.gz GT5-Unofficial-a5d2b84eabdd5b75d409d8519b7831ecfd0061b9.tar.bz2 GT5-Unofficial-a5d2b84eabdd5b75d409d8519b7831ecfd0061b9.zip |
% Finished up work on large Turbines.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java | 6 |
1 files changed, 5 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 2f19d2933b..feb2ea275d 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java @@ -281,6 +281,10 @@ public enum GregtechItemList implements GregtechItemContainer { Casing_SolarTower_Structural, Casing_SolarTower_SaltContainment, Casing_SolarTower_HeatContainment, + + //Larger Turbines + Large_Steam_Turbine, Large_HPSteam_Turbine, + Casing_Turbine_Shaft, Casing_Turbine_LP, Casing_Turbine_HP, @@ -510,7 +514,7 @@ public enum GregtechItemList implements GregtechItemContainer { */ //Fluid Void Covers - Cover_Overflow_ULV, Cover_Overflow_LV, Cover_Overflow_MV, Cover_Overflow_HV, Cover_Overflow_EV, Cover_Overflow_IV, + Cover_Overflow_ULV, Cover_Overflow_LV, Cover_Overflow_MV, Cover_Overflow_HV, Cover_Overflow_EV, Cover_Overflow_IV, |