Fixed mushroom island generation
This commit is contained in:
parent
4df6ad4d3a
commit
84f14c8ebd
1 changed files with 4 additions and 0 deletions
|
@ -110,6 +110,10 @@ 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