diff options
author | Paramat <paramat@users.noreply.github.com> | 2019-03-20 04:37:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-20 04:37:33 +0000 |
commit | 38ea0890ec76814188aea032ef527c7a2911e392 (patch) | |
tree | 44b95b456cb97ca480f0e2f090b04d02c30f6c2b /builtin | |
parent | 5b99abb847e85c5815dc4343d8b95648a5577ecf (diff) | |
download | minetest-38ea0890ec76814188aea032ef527c7a2911e392.tar.gz minetest-38ea0890ec76814188aea032ef527c7a2911e392.tar.bz2 minetest-38ea0890ec76814188aea032ef527c7a2911e392.zip |
Document 'highly unstable' mapgens instead of 'stable' mapgens (#8404)
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 5d68007e3..6ca265076 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -1327,10 +1327,8 @@ profiler_print_interval (Engine profiling data print interval) int 0 # Name of map generator to be used when creating a new world. # Creating a world in the main menu will override this. -# Current stable mapgens: -# v5, v6, v7 (except floatlands), singlenode. -# 'stable' means the terrain shape in an existing world will not be changed -# in the future. Note that biomes are defined by games and may still change. +# 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 # Water surface level of the world. |