mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-31 18:31:04 +00:00
Add mapgen settings to world creation dialog (#9254)
This commit is contained in:
parent
9ba24f89f5
commit
7ec76e530d
2 changed files with 312 additions and 24 deletions
|
@ -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`:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue