03-13-2012, 05:52 AM
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:
Configure the height in your World.ini:
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