mirror of
https://github.com/luanti-org/luanti.git
synced 2026-01-12 04:05:26 +01:00
Raise max mapgen limit constant to align with mapblock size
This commit is contained in:
@@ -435,7 +435,7 @@ void set_default_settings()
|
||||
// Mapgen
|
||||
settings->setDefault("mg_name", "v7");
|
||||
settings->setDefault("water_level", "1");
|
||||
settings->setDefault("mapgen_limit", "31000");
|
||||
settings->setDefault("mapgen_limit", "31007");
|
||||
settings->setDefault("chunksize", "5");
|
||||
settings->setDefault("fixed_map_seed", "");
|
||||
settings->setDefault("max_block_generate_distance", "10");
|
||||
|
||||
Reference in New Issue
Block a user