The backup biome is now a random biome from any temperature instead of mushroom islands

This commit is contained in:
Adubbz 2014-06-19 18:16:28 +10:00
parent 95deff2312
commit 09b836ac77
1 changed files with 0 additions and 4 deletions

View File

@ -119,10 +119,6 @@ public class GenLayerBiomeBOP extends GenLayerBiome
{
outputBiomeIDs[j1 + i1 * width] = getBiomeIdFromList(3);
}
else if (BOPConfigurationBiomeGen.mushroomIslandGen)
{
outputBiomeIDs[j1 + i1 * width] = BiomeGenBase.mushroomIsland.biomeID;
}
else
{
outputBiomeIDs[j1 + i1 * width] = getBiomeIdFromMixedList();