Cuberite Forum
Generate a flat world - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Discussion (https://forum.cuberite.org/forum-5.html)
+--- Thread: Generate a flat world (/thread-1821.html)



Generate a flat world - Jammet - 03-06-2015

As world type FLAT does not seem to do this, is there any way to generate a plain, flat world?


RE: Generate a flat world - NiLSPACE - 03-07-2015

You do that by going to your world's world.ini and changing the values in [Generator] to:
Code:
BiomeGen=Constant
ConstantBiome=Plains
HeightGen=Flat
FlatHeight=5
CompositionGen=Classic
ClassicSeaLevel=0
ClassicBeachHeight=-1
Finishers=



RE: Generate a flat world - Jammet - 03-07-2015

Thank you so much!! Smile


RE: Generate a flat world - Seadragon91 - 10-18-2015

This doesn't work with the current version of cuberite. The world is around 60 blocks height and not completely flat and there are small hills.


RE: Generate a flat world - NiLSPACE - 10-18-2015

Try to set the ShapeGen to "HeightMap"


RE: Generate a flat world - Seadragon91 - 10-18-2015

Had to add also SeaLevel=0, then it works fineBig Grin