]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - minetest.conf.example
FormSpec: Add universal style selector `*` (#9718)
[dragonfireclient.git] / minetest.conf.example
index 4b5562649fae81fc86d0f765adb95710dabad413..f04822c474e6b6a0757ecc916ae502059d89ab60 100644 (file)
 #    type: int min: 20 max: 4000
 # viewing_range = 100
 
-#    Camera 'near clipping plane' distance in nodes, between 0 and 0.5.
-#    Most users will not need to change this.
+#    Camera 'near clipping plane' distance in nodes, between 0 and 0.25
+#    Only works on GLES platforms. Most users will not need to change this.
 #    Increasing can reduce artifacting on weaker GPUs.
 #    0.1 = Default, 0.25 = Good value for weaker tablets.
-#    type: float min: 0 max: 0.5
+#    type: float min: 0 max: 0.25
 # near_plane = 0.1
 
 #    Width component of the initial window size.
 # emergequeue_limit_generate = 64
 
 #    Number of emerge threads to use.
-#    WARNING: Currently there are multiple bugs that may cause crashes when
-#    'num_emerge_threads' is larger than 1. Until this warning is removed it is
-#    strongly recommended this value is set to the default '1'.
 #    Value 0:
 #    -    Automatic selection. The number of emerge threads will be
 #    -    'number of processors - 2', with a lower limit of 1.