rutgerkok / WorldGeneratorApi

Minecraft Spigot plugin that enables other plugins to customize world generation
MIT License
95 stars 9 forks source link

World always fills Y<63 with water #9

Closed 19lmyers closed 4 years ago

19lmyers commented 4 years ago

I couldn't find the decorator / terrain class responsible for this. How do I change it / turn it off? I've been able to change the surface height successfully.

rutgerkok commented 4 years ago

You can override this method in your BaseNoiseGenerator implementation.

19lmyers commented 4 years ago

Thanks!