aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/api
diff options
context:
space:
mode:
authorAlkalus <Draknyte1@hotmail.com>2020-03-28 20:32:11 +0000
committerAlkalus <Draknyte1@hotmail.com>2020-03-28 20:32:11 +0000
commita3c8210a4318f34cbe46306cb1c829f41650515d (patch)
treec1415ec21d67729464f6597fdf0d1a875edc13ac /src/Java/gtPlusPlus/xmod/gregtech/api
parent254f1af84f1a673523aa936acada7d5b1c1a91c3 (diff)
downloadGT5-Unofficial-a3c8210a4318f34cbe46306cb1c829f41650515d.tar.gz
GT5-Unofficial-a3c8210a4318f34cbe46306cb1c829f41650515d.tar.bz2
GT5-Unofficial-a3c8210a4318f34cbe46306cb1c829f41650515d.zip
+ Added Materials for the new LNR fuels.
+ Added a new casing block class for special handled multiblock casings. + Added locale for Naq Fuel Cells. $ Reworked TAE. There are now 19 texture slots free out of the 64 total. $ Fixed a minor bug in the update checker.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java4
1 files changed, 3 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 c7fe473c44..9e084d5069 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java
@@ -354,7 +354,9 @@ public enum GregtechItemList implements GregtechItemContainer {
//Larger Turbines
Large_Steam_Turbine, Large_HPSteam_Turbine,
- Casing_Turbine_Shaft, Casing_Turbine_LP, Casing_Turbine_HP,
+ Casing_Turbine_Shaft,
+ Casing_Turbine_LP, Casing_Turbine_HP,
+ Casing_Turbine_Gas, Casing_Turbine_Plasma,
//Large Vacuum Furnace
Casing_Vacuum_Furnace,