]> git.lizzy.rs Git - minetest.git/blobdiff - builtin/settingtypes.txt
Add chat HUD flag (#13189)
[minetest.git] / builtin / settingtypes.txt
index ec8a8ce471ba0803171670bd7a878baea45741ea..14cfdbc0b63e0840c344a9a56596c27d47aef44d 100644 (file)
@@ -1713,6 +1713,13 @@ world_aligned_mode (World-aligned textures mode) enum enable disable,enable,forc
 #    Warning: This option is EXPERIMENTAL!
 autoscale_mode (Autoscaling mode) enum disable disable,enable,force
 
+#    Side length of a cube of map blocks that the client will consider together
+#    when generating meshes.
+#    Larger values increase the utilization of the GPU by reducing the number of
+#    draw calls, benefiting especially high-end GPUs.
+#    Systems with a low-end GPU (or no GPU) would benefit from smaller values.
+client_mesh_chunk (Client Mesh Chunksize) int 1 1 16
+
 [**Font]
 
 font_bold (Font bold by default) bool false