mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
81f5393192
@ -128,7 +128,7 @@ public class TileEntityMachineRadiolysis extends TileEntityMachineBase implement
|
||||
setupTanks();
|
||||
|
||||
if(heat > 0) {
|
||||
if(heat >= 100 && worldObj.getTotalWorldTime() % 40 == 0)
|
||||
if(heat >= 100 && worldObj.getTotalWorldTime() % 30 == 0)
|
||||
crack();
|
||||
|
||||
if(heat >= 200 && worldObj.getTotalWorldTime() % 100 == 0)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user