mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-31 18:31:04 +00:00
Add support for 'seed' in disallow_mapgen_settings (#12023)
This commit is contained in:
parent
0cd9c5b5be
commit
10cf2f3edd
2 changed files with 12 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue