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

@@ -180,7 +180,7 @@ public class LimboGenerator extends ChunkProviderGenerate implements IChunkProvi
if(true)
if(rand.nextInt(4)>1)
{
return;
}

View File

@@ -69,7 +69,7 @@ public class pocketGenerator extends ChunkProviderGenerate implements IChunkProv
{
if(!dimHelper.dimList.get(worldObj.provider.dimensionId).isDimRandomRift)
{
// return;
return;
}
}
int y =0;