diff options
author | paramat <mat.gregory@virginmedia.com> | 2016-01-10 03:27:32 +0000 |
---|---|---|
committer | paramat <mat.gregory@virginmedia.com> | 2016-01-10 04:07:47 +0000 |
commit | 3e0ea3c6eda27a7b6535570c2c208213be046494 (patch) | |
tree | 9fe3a5d6ac426ae2cef381f2fc33464794562353 /builtin | |
parent | 31ac53dfd0eb0ab1e42921e85cf6575a16cbc38e (diff) | |
download | minetest-3e0ea3c6eda27a7b6535570c2c208213be046494.tar.gz minetest-3e0ea3c6eda27a7b6535570c2c208213be046494.tar.bz2 minetest-3e0ea3c6eda27a7b6535570c2c208213be046494.zip |
Mgflat: Set blank default spflags. Unhide
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 6412ab4f6..06d473808 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -936,7 +936,7 @@ mgv7_np_cave2 (Mapgen v7 cave2 noise parameters) noise_params 0, 12, (100, 100, # Occasional lakes and hills added to the flat world. # Flags that are not specified in the flag string are not modified from the default. # Flags starting with "no" are used to explicitly disable them. -mgflat_spflags (Mapgen flat flags) flags nolakes,nohills lakes,hills,nolakes,nohills +mgflat_spflags (Mapgen flat flags) flags lakes,hills,,nolakes,nohills # Y of flat ground. mgflat_ground_level (Mapgen flat ground level) int 8 |