summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWuzzy <wuzzy2@mail.ru>2020-05-12 03:52:52 +0200
committerGitHub <noreply@github.com>2020-05-12 02:52:52 +0100
commit7ec76e530db9c3ed093e6edeca156e9311a6378a (patch)
treebcff5d3e3495e47226e219b3cdf2f50ed18a6077 /doc
parent9ba24f89f5846de6a8f0d7e01c89acfee1254704 (diff)
downloadminetest-7ec76e530db9c3ed093e6edeca156e9311a6378a.tar.gz
minetest-7ec76e530db9c3ed093e6edeca156e9311a6378a.tar.bz2
minetest-7ec76e530db9c3ed093e6edeca156e9311a6378a.zip
Add mapgen settings to world creation dialog (#9254)
Diffstat (limited to 'doc')
-rw-r--r--doc/lua_api.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index db13f4224..9685e8307 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -75,6 +75,10 @@ The game directory can contain the following files:
When both `allowed_mapgens` and `disallowed_mapgens` are
specified, `allowed_mapgens` is applied before
`disallowed_mapgens`.
+ * `disallowed_mapgen_settings= <comma-separated mapgen settings>`
+ e.g. `disallowed_mapgen_settings = mgv5_spflags`
+ These settings are hidden for this game in the world creation
+ dialog and game start menu.
* `minetest.conf`:
Used to set default settings when running this game.
* `settingtypes.txt`: