Ikishida wrote:PilzAdam wrote:Remove the "caves" mapgen flag. You can set the mg_flags in minetest.conf, see minetest.conf.example.
yeah...there's gonna be a problem with that,cause I use latest and...when i opened minetest.conf.example,it was all wobblediecack!
Okey then. Ignore minetest.conf.example.
Then: Just locate the line with “mg_flags” in your minetest.conf. Then remove the word “caves”.
Note that mg_flags expects a comma-seperated list, so remove any extra-commas. Every word is called a “flag” here. If a flag is not in the list, it is not active, if it is in the list, it is active. If you write “caves” into mg_flags, caves are activated in minetest.conf. So you want to remove this word.
If there is no line with “mg_flags” in it, then create one.
Here is an example of a valid setting:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Over here is a list of valid flags:
http://wiki.minetest.net/Map_generator/settings#Available_flagsOh, and I agree:
Never ever use Notepad. Notepad is shit because it doesn’t work for non-Windows files. (If you used Notepad that would explain the wobblediecack). Good free alternatives to Notepad are Notepad++ and jEdit.