diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-09-11 14:28:49 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-09-11 14:28:49 +1000 |
commit | 9c1f8b82bfbe52c43002a45db897588721dcbb8d (patch) | |
tree | db542c0fcd02b85b998aeef7572740a7d81cb423 /src/Java/gtPlusPlus/xmod/gregtech/api/enums | |
parent | 65e7be449116dc3364e9df4d5ec3cba83c5d1884 (diff) | |
download | GT5-Unofficial-9c1f8b82bfbe52c43002a45db897588721dcbb8d.tar.gz GT5-Unofficial-9c1f8b82bfbe52c43002a45db897588721dcbb8d.tar.bz2 GT5-Unofficial-9c1f8b82bfbe52c43002a45db897588721dcbb8d.zip |
[1.4.6.5.2-release]
+ Added the Multitank, 3x3x20, at biggest, minimum 3x3x4 (Height wise)
$ Fixed TF stuff loading when it shouldn't, again.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api/enums')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java | 12 |
1 files changed, 10 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 8463318552..528ca324e1 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java @@ -96,17 +96,22 @@ public enum GregtechItemList implements GregtechItemContainer { + //Cooked Raisin Toast for ImQ009 Food_Baked_Raisin_Bread, - + //For sintering TODO Industrial_SinterFurnace, + //Block that enables uplink to a superconductor network SuperConductorInputNode, + //The two tiers of reactor casings Casing_Reactor_I, Casing_Reactor_II, + //Power sub-station for mass storage. 3 hatches for input and output, whatever voltages you desire. PowerSubStation, + //Chemical Dehydrators for nuclear fuels GT_Dehydrator_EV, GT_Dehydrator_IV, GT_Dehydrator_LuV, GT_Dehydrator_ZPM, //Fluid Storage Tanks @@ -114,7 +119,10 @@ public enum GregtechItemList implements GregtechItemContainer { GT_FluidTank_IV, GT_FluidTank_LuV, GT_FluidTank_ZPM, GT_FluidTank_UV, GT_FluidTank_MAX, //Fluid Cells to regulate flows. - Fluid_Cell_1L, Fluid_Cell_16L, Fluid_Cell_36L, Fluid_Cell_144L; + Fluid_Cell_1L, Fluid_Cell_16L, Fluid_Cell_36L, Fluid_Cell_144L, + + //Multitank + Industrial_MultiTank; public static final GregtechItemList[] DYE_ONLY_ITEMS = { |