Merge remote-tracking branch 'origin/master'

This commit is contained in:
Vaern 2022-02-05 09:38:20 -08:00
commit 81f5393192

View File

@ -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)