We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 739ef17 commit c793700Copy full SHA for c793700
minetest.conf.example
@@ -945,6 +945,14 @@
945
# type: integer
946
# chat_message_limit_trigger_kick = 50
947
948
+# At this distance the server will aggressively optimize which blocks are sent to clients.
949
+# Small values potentially improve performance a lot, at the expense of visible rendering glitches.
950
+# (some blocks will not be rendered under water and in caves, as well as sometimes on land)
951
+# Setting this to a value greater than max_block_send_distance disables this optimization.
952
+# Stated in mapblocks (16 nodes)
953
+# type: int
954
+# block_send_optimize_distance = 4
955
+
956
### Physics
957
958
# type: float
0 commit comments