diff options
author | Lars Hofhansl <larsh@apache.org> | 2016-12-10 10:31:17 -0800 |
---|---|---|
committer | paramat <mat.gregory@virginmedia.com> | 2016-12-24 00:28:39 +0000 |
commit | 2f59a0c840e9101c87e2d59fabf34116b3328121 (patch) | |
tree | 03bc323e3ce3f718d20454af37306b5409ea6c33 /builtin | |
parent | 923a8f1983271f65c80cbbde7c46153ce58560b4 (diff) | |
download | minetest-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 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 1818b5a18..3a740f3ca 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -758,7 +758,7 @@ active_object_send_range_blocks (Active object send range) int 3 # 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. -active_block_range (Active block range) int 2 +active_block_range (Active block range) int 3 # From how far blocks are sent to clients, stated in mapblocks (16 nodes). max_block_send_distance (Max block send distance) int 10 |