mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Change large amount of objects to be configurable via a setting in minetest.conf (max_objects_per_block).
This commit is contained in:
parent
e6687be493
commit
fe1fe1b1e4
3 changed files with 6 additions and 3 deletions
|
@ -274,6 +274,8 @@
|
|||
# Length of year in days for seasons change. With default time_speed 365 days = 5 real days for year. 30 days = 10 real hours
|
||||
#year_days = 30
|
||||
#server_unload_unused_data_timeout = 29
|
||||
# Maximum number of statically stored objects in a block
|
||||
#max_objects_per_block = 49
|
||||
# Interval of saving important changes in the world
|
||||
#server_map_save_interval = 5.3
|
||||
# To reduce lag, block transfers are slowed down when a player is building something.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue