diff options
author | Wuzzy <wuzzy2@mail.ru> | 2022-02-12 19:23:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-12 20:23:58 +0100 |
commit | 10cf2f3eddb9106a87721e36f0dd284ec041c4d8 (patch) | |
tree | 5286bdfd8c48cc235cfe3483253574eb390de757 /doc | |
parent | 0cd9c5b5be47dffd433e9bad8fd2119eb9ddf0f5 (diff) | |
download | minetest-10cf2f3eddb9106a87721e36f0dd284ec041c4d8.tar.gz minetest-10cf2f3eddb9106a87721e36f0dd284ec041c4d8.tar.bz2 minetest-10cf2f3eddb9106a87721e36f0dd284ec041c4d8.zip |
Add support for 'seed' in disallow_mapgen_settings (#12023)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 1dc5f305d..23408ff6c 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -78,7 +78,7 @@ The game directory can contain the following files: * `disallowed_mapgen_settings= <comma-separated mapgen settings>` e.g. `disallowed_mapgen_settings = mgv5_spflags` These mapgen settings are hidden for this game in the world creation - dialog and game start menu. + dialog and game start menu. Add `seed` to hide the seed input field. * `disabled_settings = <comma-separated settings>` e.g. `disabled_settings = enable_damage, creative_mode` These settings are hidden for this game in the "Start game" tab |