mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
trolling
This commit is contained in:
parent
28666ecabd
commit
5937794baf
@ -206,7 +206,7 @@ public class TileEntityReactorZirnox extends TileEntityMachineBase implements IF
|
|||||||
this.pressure = (int) ((float)this.heat * (1.5 * this.carbonDioxide.getFill() / 16000));
|
this.pressure = (int) ((float)this.heat * (1.5 * this.carbonDioxide.getFill() / 16000));
|
||||||
|
|
||||||
if(this.heat > 0 && this.heat < maxHeat) {
|
if(this.heat > 0 && this.heat < maxHeat) {
|
||||||
if(this.water.getFill() > 0 && this.carbonDioxide.getFill() > 0) {
|
if(this.water.getFill() > 0 && this.carbonDioxide.getFill() > 0 && this.steam.getFill() < this.steam.getMaxFill()) {
|
||||||
generateSteam();
|
generateSteam();
|
||||||
this.heat -= (int) ((float)this.heat * (Math.sqrt(this.carbonDioxide.getFill()) / 1800));
|
this.heat -= (int) ((float)this.heat * (Math.sqrt(this.carbonDioxide.getFill()) / 1800));
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user