I’ve recently gotten back into modding with forge. Last time I used forge.
Adding this line to the biome constructor disabled lake spawning.
this.BiomeDecorator.generateLakes = false;
but BiomeDecorator doesn’t have it anymore.
So how do I go about disabling lakes from spawning in one of my biomes?
1 reply
Important Information
By using this site, you agree to our Terms of Use.