mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-16 18:01:40 +00:00
Hide mapgens from main menu not intended for end users
This commit is contained in:
parent
0850d3bb93
commit
9f25aba6c2
4 changed files with 16 additions and 11 deletions
|
@ -141,8 +141,8 @@ core.get_game(index)
|
|||
addon_mods_paths = {[1] = <path>,},
|
||||
}
|
||||
core.get_games() -> table of all games in upper format (possible in async calls)
|
||||
core.get_mapgen_names() -> table of all map generator algorithms registered in
|
||||
the core (possible in async calls)
|
||||
core.get_mapgen_names([include_hidden=false]) -> table of map generator algorithms
|
||||
registered in the core (possible in async calls)
|
||||
|
||||
Favorites:
|
||||
core.get_favorites(location) -> list of favorites (possible in async calls)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue