From 10cf2f3eddb9106a87721e36f0dd284ec041c4d8 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 12 Feb 2022 19:23:58 +0000 Subject: Add support for 'seed' in disallow_mapgen_settings (#12023) --- doc/lua_api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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= ` 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 = ` e.g. `disabled_settings = enable_damage, creative_mode` These settings are hidden for this game in the "Start game" tab -- cgit v1.2.3