Rift balance change
This commit is contained in:
parent
a0d0f6e19b
commit
cd432c532f
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ public class TileEntityRift extends TileEntity
|
|||
public int zOffset=0;
|
||||
public boolean hasGrownRifts=false;
|
||||
public boolean shouldClose=false;
|
||||
private int count=200;
|
||||
private int count=0;
|
||||
private int count2 = 0;
|
||||
public int age = 0;
|
||||
private boolean hasUpdated = false;
|
||||
|
@ -296,7 +296,7 @@ public class TileEntityRift extends TileEntity
|
|||
|
||||
public void grow()
|
||||
{
|
||||
if(worldObj.isRemote||this.hasGrownRifts)
|
||||
if(worldObj.isRemote||this.hasGrownRifts||random.nextInt(3)==0)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue