aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2018-05-26 12:52:33 +1000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2018-05-26 12:52:33 +1000
commit4a605b6249c9ad9711e254b7d8c95ec5b6b1d089 (patch)
tree908b63e8fc42e5ce2a47595ea61fa4a42507ebdb /src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines
parentbf6540321723cb00733c91fcc16b44cff912f06e (diff)
downloadGT5-Unofficial-4a605b6249c9ad9711e254b7d8c95ec5b6b1d089.tar.gz
GT5-Unofficial-4a605b6249c9ad9711e254b7d8c95ec5b6b1d089.tar.bz2
GT5-Unofficial-4a605b6249c9ad9711e254b7d8c95ec5b6b1d089.zip
% Initial start to LFTR reworking.
% Changed around the capes a lil bit.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMTE_NuclearReactor.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMTE_NuclearReactor.java b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMTE_NuclearReactor.java
index 3f2d622c70..931896b2e2 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMTE_NuclearReactor.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMTE_NuclearReactor.java
@@ -34,7 +34,6 @@ import net.minecraftforge.fluids.FluidStack;
public class GregtechMTE_NuclearReactor extends GregtechMeta_MultiBlockBase {
- public GT_Recipe mLastRecipe;
protected long mEUStore;
protected int fuelConsumption = 0;
protected int fuelValue = 0;
@@ -447,6 +446,7 @@ public class GregtechMTE_NuclearReactor extends GregtechMeta_MultiBlockBase {
}
+ if (this.getBaseMetaTileEntity().getWorld().getTotalWorldTime() % 100 == 0) {
//Try Sparge Noble Gases
if (this.heliumSparging){
if (this.depleteInput(Materials.Helium.getGas(1000L))){
@@ -484,6 +484,7 @@ public class GregtechMTE_NuclearReactor extends GregtechMeta_MultiBlockBase {
}
}
}
+ }
if (aFuel != null){