mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-22 12:25:23 +02:00
Raise max mapgen limit constant to align with mapblock size
This commit is contained in:
@@ -1767,8 +1767,8 @@
|
||||
# Limit of map generation, in nodes, in all 6 directions from (0, 0, 0).
|
||||
# Only mapchunks completely within the mapgen limit are generated.
|
||||
# Value is stored per-world.
|
||||
# type: int min: 0 max: 31000
|
||||
# mapgen_limit = 31000
|
||||
# type: int min: 0 max: 31007
|
||||
# mapgen_limit = 31007
|
||||
|
||||
# Global map generation attributes.
|
||||
# In Mapgen v6 the 'decorations' flag controls all decorations except trees
|
||||
|
Reference in New Issue
Block a user