summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorLars Hofhansl <larsh@apache.org>2016-12-10 10:31:17 -0800
committerparamat <mat.gregory@virginmedia.com>2016-12-24 00:28:39 +0000
commit2f59a0c840e9101c87e2d59fabf34116b3328121 (patch)
tree03bc323e3ce3f718d20454af37306b5409ea6c33 /minetest.conf.example
parent923a8f1983271f65c80cbbde7c46153ce58560b4 (diff)
downloadminetest-2f59a0c840e9101c87e2d59fabf34116b3328121.tar.gz
minetest-2f59a0c840e9101c87e2d59fabf34116b3328121.tar.bz2
minetest-2f59a0c840e9101c87e2d59fabf34116b3328121.zip
Process ABMs in a spherical volume instead of cubic
Increase active_block_range default to a 3 mapblock radius.
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index 867d98584..b1d6c86bd 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -913,7 +913,7 @@
# How large area of blocks are subject to the active block stuff, stated in mapblocks (16 nodes).
# In active blocks objects are loaded and ABMs run.
# type: int
-# active_block_range = 2
+# active_block_range = 3
# From how far blocks are sent to clients, stated in mapblocks (16 nodes).
# type: int