diff options
author | Paramat <paramat@users.noreply.github.com> | 2019-07-25 20:46:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-25 20:46:28 +0100 |
commit | 0cde6fc5525e361a2fd197df2e64895019bbb8ec (patch) | |
tree | 24ff6ca38da55df2fd77df57fc5a7a60be3e341e /builtin | |
parent | 245a31d6b74a5e8ba87d35e9f6e9ebf970b7b3b4 (diff) | |
download | minetest-0cde6fc5525e361a2fd197df2e64895019bbb8ec.tar.gz minetest-0cde6fc5525e361a2fd197df2e64895019bbb8ec.tar.bz2 minetest-0cde6fc5525e361a2fd197df2e64895019bbb8ec.zip |
Re-order mapgens in mainmenu and 'all settings' mapgen selection (#8705)
v6 always last to discourage selection.
Special mapgens flat, fractal, singlenode, next to last. Of these, singlenode
last to discourage selection.
Of the remaining, v5 last due to age, v7 first due to being the default.
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 7d546cbd6..931fe26da 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -1329,7 +1329,7 @@ profiler_print_interval (Engine profiling data print interval) int 0 # Creating a world in the main menu will override this. # Current mapgens in a highly unstable state: # - The optional floatlands of v7 (disabled by default). -mg_name (Mapgen name) enum v7 v5,v6,v7,valleys,carpathian,fractal,flat,singlenode +mg_name (Mapgen name) enum v7 v7,valleys,carpathian,v5,flat,fractal,singlenode,v6 # Water surface level of the world. water_level (Water level) int 1 |