Added new world generator: Flat
#1
I've just added a new world generator to MC-Server. It's called Flat, and as the name suggests, it generates a plain flat terrain.

However, it's a bit "better" than the "superflat" in vanilla MineCraft. You can actually configure the height, and it will generate terrain in the specified height. It will always put bedrock on the bottom layer. Then, if it fits, the top layer will be grass. Under grass, two layers of dirt. And finally, if the height configured allows, the rest will be filled with stone.

So, with height set to 1 (the minimum), you get bedrock and air. With height set to 3, you get grass, dirt and bedrock. With height set to 6, you get grass, 2x dirt, 2x stone, bedrock.

Enable the generator in your World.ini:
Code:
[Generator]
GeneratorName=Flat

Configure the height in your World.ini:
Code:
[Flat]
Height=7
Reply
Thanks given by:


Messages In This Thread
Added new world generator: Flat - by xoft - 03-13-2012, 05:52 AM
RE: Added new world generator: Flat - by NiLSPACE - 03-13-2012, 06:11 AM
RE: Added new world generator: Flat - by Senzo - 06-10-2016, 02:57 PM
RE: Added new world generator: Flat - by NiLSPACE - 06-10-2016, 03:57 PM



Users browsing this thread: 1 Guest(s)