Last minute balancing changes

This commit is contained in:
Vaern 2022-02-01 19:58:01 -08:00 committed by GitHub
parent e8034a86b0
commit 6b81452c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)