]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - minetest.conf.example
Tune shadow perspective distortion (#12146)
[dragonfireclient.git] / minetest.conf.example
index dd51fe259d99253b2e461db4cb67d03bd628a19f..ed2ebc969fd1979f35c5f10065b23531c94d4abe 100644 (file)
 
 #    Maximum number of statically stored objects in a block.
 #    type: int
-# max_objects_per_block = 64
+# max_objects_per_block = 256
 
 #    See https://www.sqlite.org/pragma.html#pragma_synchronous
 #    type: enum values: 0, 1, 2
 #    Limit of map generation, in nodes, in all 6 directions from (0, 0, 0).
 #    Only mapchunks completely within the mapgen limit are generated.
 #    Value is stored per-world.
-#    type: int min: 0 max: 31000
-# mapgen_limit = 31000
+#    type: int min: 0 max: 31007
+# mapgen_limit = 31007
 
 #    Global map generation attributes.
 #    In Mapgen v6 the 'decorations' flag controls all decorations except trees