The backup biome is now a random biome from any temperature instead of mushroom islands
This commit is contained in:
parent
95deff2312
commit
09b836ac77
1 changed files with 0 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue