Page 1 of 1

How to create world with only land and sky?

PostPosted: Sun Aug 26, 2012 12:51
by nomohakon
Hi, i need help modifying world generator in order to create flat world wirh only dirt/grass and sky. No water, no ores, no caves or dungeons. I want to create with some speed (i have slow hardware).

PostPosted: Sun Aug 26, 2012 12:54
by PilzAdam

PostPosted: Mon Aug 27, 2012 21:47
by nomohakon
I was hoping that someone tell my what is to by erased from and added to mapgen.lua.

My biggest problem is the caves, so Flatlands are not going to help (much).

PostPosted: Tue Aug 28, 2012 00:13
by cornernote
i think (from memory) flatlands replaces like this:

Y=+3 and above = air
Y=+2 = default:dirt_with_grass
Y=+1 and below = default:dirt

PostPosted: Sun Sep 02, 2012 13:09
by nomohakon
flatland - not working.
I need generate map WITHOUT caves, dungeons and so on (no air gaps, no lava).

PostPosted: Sun Sep 02, 2012 13:31
by wokste
There is a dirty solution. Hack it together in c++. (mostly by commenting lines)

Secondly, I have heard that celeron is busy with recoding the map-generation[citation needed], so it may be that he will add this possibility.