monolith spawn and NPE in SchematicLoader fixes
This commit is contained in:
@@ -180,7 +180,7 @@ public class LimboGenerator extends ChunkProviderGenerate implements IChunkProvi
|
||||
|
||||
|
||||
|
||||
if(rand.nextInt(4)>1)
|
||||
if(rand.nextInt(7)>1)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user