diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-09-01 13:13:20 +1000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-09-01 13:13:20 +1000 |
commit | 3311449b3bcadbd9f571abb7374655dde57042fd (patch) | |
tree | cfa5bebdf736913f297c8dc277bf492c115f0367 /src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base | |
parent | 3e52e019bda7ad6d5d2d06565881c1135bb33160 (diff) | |
download | GT5-Unofficial-3311449b3bcadbd9f571abb7374655dde57042fd.tar.gz GT5-Unofficial-3311449b3bcadbd9f571abb7374655dde57042fd.tar.bz2 GT5-Unofficial-3311449b3bcadbd9f571abb7374655dde57042fd.zip |
+ Added a Large Naquadah Reactor.
+ Added a Custom Naquadah Input hatch for the Reactor.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GT_MetaTileEntity_Hatch_CustomFluidBase.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GT_MetaTileEntity_Hatch_CustomFluidBase.java b/src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GT_MetaTileEntity_Hatch_CustomFluidBase.java index 64c98feff0..c664936a0b 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GT_MetaTileEntity_Hatch_CustomFluidBase.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GT_MetaTileEntity_Hatch_CustomFluidBase.java @@ -61,9 +61,9 @@ public class GT_MetaTileEntity_Hatch_CustomFluidBase extends GT_MetaTileEntity_H return this.mFluidCapacity; } - private FluidStack mLockedStack = null; - private Integer mLockedTemp = null; - private String mTempMod = null; + protected FluidStack mLockedStack = null; + protected Integer mLockedTemp = null; + protected String mTempMod = null; @Override public String[] getDescription() { |