From 9c1f8b82bfbe52c43002a45db897588721dcbb8d Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Sun, 11 Sep 2016 14:28:49 +1000 Subject: [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. --- .../gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api') 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 = { -- cgit