aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/api/enums
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2016-09-10 21:45:47 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2016-09-10 21:45:47 +1000
commita175442fa1fcaf2369e811be8b25ee1d8c4369fc (patch)
tree62d52f9772e4db598e64fcc19a3dbe6457c82e54 /src/Java/gtPlusPlus/xmod/gregtech/api/enums
parentf044dfcefa281f75642828e59bd725268ece0695 (diff)
downloadGT5-Unofficial-a175442fa1fcaf2369e811be8b25ee1d8c4369fc.tar.gz
GT5-Unofficial-a175442fa1fcaf2369e811be8b25ee1d8c4369fc.tar.bz2
GT5-Unofficial-a175442fa1fcaf2369e811be8b25ee1d8c4369fc.zip
+ Added Gregtech Fluid Cells, in 1, 16, 36, 144L varieties.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api/enums')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java5
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 de5f00a47d..8463318552 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java
@@ -111,7 +111,10 @@ public enum GregtechItemList implements GregtechItemContainer {
//Fluid Storage Tanks
GT_FluidTank_ULV, GT_FluidTank_LV, GT_FluidTank_MV, GT_FluidTank_HV, GT_FluidTank_EV,
- GT_FluidTank_IV, GT_FluidTank_LuV, GT_FluidTank_ZPM, GT_FluidTank_UV, GT_FluidTank_MAX;
+ 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;
public static final GregtechItemList[]
DYE_ONLY_ITEMS = {