mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Initial commit of mapgen v.2. Lacks configuration and saving to disk.
This commit is contained in:
parent
69e7cd9b5b
commit
7068bc90af
13 changed files with 1197 additions and 187 deletions
|
@ -48,10 +48,12 @@ void set_default_settings()
|
|||
g_settings.setDefault("ravines_amount", "1.0");
|
||||
g_settings.setDefault("coal_amount", "1.0");*/
|
||||
g_settings.setDefault("heightmap_blocksize", "16");
|
||||
g_settings.setDefault("height_randmax", "linear 0 0 30");
|
||||
g_settings.setDefault("height_randfactor", "linear 0.50 -0.10 0");
|
||||
//g_settings.setDefault("height_randmax", "linear 0 0 30");
|
||||
g_settings.setDefault("height_randmax", "linear 0.5 0 0");
|
||||
//g_settings.setDefault("height_randfactor", "linear 0.50 -0.10 0");
|
||||
g_settings.setDefault("height_randfactor", "linear 0.60 0 0");
|
||||
g_settings.setDefault("height_base", "linear 5 0 0");
|
||||
g_settings.setDefault("plants_amount", "0.2");
|
||||
g_settings.setDefault("plants_amount", "1.0");
|
||||
g_settings.setDefault("ravines_amount", "0");
|
||||
g_settings.setDefault("coal_amount", "1.0");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue