configurable rift gen and monolith spawn density

This commit is contained in:
StevenRS11
2013-06-16 02:59:02 -04:00
parent 0752c032d3
commit cd4679c8fd
5 changed files with 16 additions and 8 deletions

View File

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