How can I increase the active range for lua entities (mobs)?
Objects disappear in the distance. Is it possible to increase this distance?
FOSS gamedev and creative worlds
https://forums.minetest.org/
active_block_range = 4
active_object_send_range_blocks = 4
burli wrote:I tried this, but they disappear still in the same distance. I want to increase the view range
# From how far blocks are sent to clients, stated in mapblocks (16 nodes).
# max_block_send_distance = 10
# From how far blocks are generated for clients, stated in mapblocks (16 nodes).
# max_block_generate_distance = 6
burli wrote:I tried this, but they disappear still in the same distance. I want to increase the view range