tweaked mob spawn frequency and rifts erase

This commit is contained in:
StevenRS11
2013-06-15 02:17:06 -04:00
parent fa4055f198
commit cf332703c9
4 changed files with 8 additions and 3 deletions

View File

@@ -106,6 +106,11 @@ public class TileEntityRift extends TileEntity
}
count=0;
}
else if(dimHelper.instance.getLinkDataFromCoords(xCoord, yCoord, zCoord, this.worldObj.provider.dimensionId)==null)
{
this.invalidate();
this.worldObj.setBlockToAir(xCoord, yCoord, zCoord);
}
count++;
if(this.shouldClose)