I am currently working on a Wasteland themed mod. But i have hit a bump i have stated that .generateLakes = false but they still generate. Any help would be appreciated.
public class BiomeGenWasteland extends Biome
{
public BiomeGenWasteland(BiomeProperties properties)
{
super(properties);
this.theBiomeDecorator.generateLakes = false;
}
}