1.6.2 code #121

Merged
StevenRS11 merged 78 commits from 1.6.2-code into master 2014-01-03 07:15:09 +00:00
Showing only changes of commit cd432c532f - Show all commits

View File

@@ -37,7 +37,7 @@ public class TileEntityRift extends TileEntity
public int zOffset=0; public int zOffset=0;
public boolean hasGrownRifts=false; public boolean hasGrownRifts=false;
public boolean shouldClose=false; public boolean shouldClose=false;
private int count=200; private int count=0;
private int count2 = 0; private int count2 = 0;
public int age = 0; public int age = 0;
private boolean hasUpdated = false; private boolean hasUpdated = false;
@@ -296,7 +296,7 @@ public class TileEntityRift extends TileEntity
public void grow() public void grow()
{ {
if(worldObj.isRemote||this.hasGrownRifts) if(worldObj.isRemote||this.hasGrownRifts||random.nextInt(3)==0)
{ {
return; return;
} }