mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Apply various fixes to several things
This commit is contained in:
parent
6b3169e4d0
commit
9e100bc42b
4 changed files with 15 additions and 6 deletions
|
@ -1123,7 +1123,7 @@ minetest.get_mapgen_object(objectname)
|
|||
^ Return requested mapgen object if available (see Mapgen objects)
|
||||
minetest.set_mapgen_params(MapgenParams)
|
||||
^ Set map generation parameters
|
||||
^ Function can *only* be called within a minetest.on_mapgen_init() callback
|
||||
^ Function cannot be called after the registration period; only initialization and on_mapgen_init
|
||||
^ Takes a table as an argument with the fields mgname, seed, water_level, flags, and flagmask.
|
||||
^ Leave field unset to leave that parameter unchanged
|
||||
^ flagmask field must be set to all mapgen flags that are being modified
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue