commit
03a14b6444
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ public class SpringPopulate {
|
|||
if(random.nextFloat() > 0.025f)
|
||||
return;
|
||||
|
||||
// Do not generate oil in the End
|
||||
// Do not generate water in the End or the Nether
|
||||
BiomeGenBase biomegenbase = world.getWorldChunkManager().getBiomeGenAt(x, z);
|
||||
if (biomegenbase.biomeID == BiomeGenBase.sky.biomeID || biomegenbase.biomeID == BiomeGenBase.hell.biomeID)
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue