MCTCP / TerrainControl

Minecraft Terrain Generator for SpigotMC and Forge
https://www.spigotmc.org/threads/terraincontrol.37980/
MIT License
230 stars 163 forks source link

Deep Ocean floor is incorrect with default config #529

Open ghost opened 7 years ago

ghost commented 7 years ago

With the default world generator, the floor in Deep Ocean biomes is all gravel with occasional pockets of dirt/sand/clay, but with the default TC config, the ocean seems to be more shallow and the floor has no gravel and is entirely made up of dirt/sand/clay.

2017-05-23_22 18 04 2017-05-23_22 15 20

rutgerkok commented 7 years ago

This is a bit complicated to fix. In Minecraft, GroundBlock and SurfaceBlock are set to gravel and stone underwater, but to grass and dirt above the water level. TerrainControl does not currently support this.