Remove debug spam
This commit is contained in:
parent
63389cb46d
commit
93dfc32901
1 changed files with 0 additions and 3 deletions
|
@ -49,15 +49,12 @@ public enum GenLayerLargeIsland implements IAreaTransformer2, IDimOffset1Transfo
|
|||
{
|
||||
Biome islandBiome = climate.getRandomIslandBiome(context, null);
|
||||
|
||||
BiomesOPlenty.logger.info("Helloooooo");
|
||||
|
||||
if (islandBiome == null)
|
||||
{
|
||||
return centerVal;
|
||||
}
|
||||
else
|
||||
{
|
||||
BiomesOPlenty.logger.info("Setting " + x + " " + z + " to " + islandBiome.getRegistryName());
|
||||
return IRegistry.BIOME.getId(islandBiome);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue