PG85 / OpenTerrainGenerator

Minecraft Terrain Generator for Bukkit/Spigot/Forge
MIT License
197 stars 84 forks source link

Change height limit to work with new values #944

Closed FrankTCA closed 2 years ago

FrankTCA commented 2 years ago

Is your feature request related to a problem? Please describe.

1.18 has a new y limit. It begins at -64 and ends 319 (383 buildable layers in total), we do not have support for that.

Describe the solution you'd like

OTG needs to generate deepslate and move bedrock all the way down to level -64. Ore distribution also must be changed to new values.

Describe alternatives you've considered

There are no alternatives, it must to be done.

Description aka Additional context

New ore distribution:

FrankTCA commented 2 years ago

Done