diff options
author | draknyte1 <draknyte1@hotmail.com> | 2017-02-22 21:21:29 +1000 |
---|---|---|
committer | draknyte1 <draknyte1@hotmail.com> | 2017-02-22 21:21:29 +1000 |
commit | 31bf8ea23313e4eab2db072a35467c6e68d04932 (patch) | |
tree | 2b83c33d86f41c05557371879214821d26d62204 /src/Java/gtPlusPlus/xmod/gregtech/common/tileentities | |
parent | a1540dee487183de00bcc02ac7517790da00f9d9 (diff) | |
download | GT5-Unofficial-31bf8ea23313e4eab2db072a35467c6e68d04932.tar.gz GT5-Unofficial-31bf8ea23313e4eab2db072a35467c6e68d04932.tar.bz2 GT5-Unofficial-31bf8ea23313e4eab2db072a35467c6e68d04932.zip |
% Tweaked recipe creation for materials due to states.
% Tweaked items generated for materials due to states.
% Tweaked tooltips of cells, now they are cleaner.
% Changed max progress time of LFTR to be 500x what it was.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/tileentities')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMTE_NuclearReactor.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMTE_NuclearReactor.java b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMTE_NuclearReactor.java index 40c6a2eada..9b11e82dbd 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMTE_NuclearReactor.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMTE_NuclearReactor.java @@ -375,7 +375,7 @@ public class GregtechMTE_NuclearReactor extends GT_MetaTileEntity_MultiBlockBase if(depleteInput(tLiquid)) { //Deplete that amount Utils.LOG_INFO("Depleted some FLiBe fluid"); - this.mMaxProgresstime = 1; + this.mMaxProgresstime = 500; if(tFluids.contains(NUCLIDE.LiFBeF2ThF4UF4.getFluid(1)) || tFluids.contains(NUCLIDE.LiFBeF2ZrF4UF4.getFluid(2)) || |