Jump to content

SwiftArc

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by SwiftArc

  1. Thanks, and have a happy new year too
  2. 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; } }
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.