Merge pull request #584 from viliml/patch-6

Fix typo
This commit is contained in:
CovertJaguar 2013-01-20 17:27:56 -08:00
commit 03a14b6444

View file

@ -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;