mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Add default_mapgen game setting
This commit is contained in:
parent
aba2b6638e
commit
eaf55653bb
2 changed files with 10 additions and 2 deletions
|
@ -84,6 +84,9 @@ The game directory can contain the following files:
|
|||
When both `allowed_mapgens` and `disallowed_mapgens` are
|
||||
specified, `allowed_mapgens` is applied before
|
||||
`disallowed_mapgens`.
|
||||
* `default_mapgen`
|
||||
e.g. `default_mapgen = valleys`
|
||||
Set default mapgen for game, this will be the default selection when creating a new world.
|
||||
* `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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue