mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Biome API: Add 'get_biome_name(biome_id)' API
Change name of default biome to a more suitable lowercase 'default'.
This commit is contained in:
parent
a09a994417
commit
7ad6cdd09b
4 changed files with 29 additions and 3 deletions
|
@ -40,7 +40,7 @@ BiomeManager::BiomeManager(Server *server) :
|
|||
// Create default biome to be used in case none exist
|
||||
Biome *b = new Biome;
|
||||
|
||||
b->name = "Default";
|
||||
b->name = "default";
|
||||
b->flags = 0;
|
||||
b->depth_top = 0;
|
||||
b->depth_filler = -MAX_MAP_GENERATION_LIMIT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue