mirror of
https://github.com/minetest/minetest.git
synced 2024-12-24 23:22:24 +01:00
Add a warning to the 'chunksize' setting (#7775)
Several users have been causing problems by increasing this value.
This commit is contained in:
parent
0a5e77132a
commit
5e9a46c7b0
@ -1838,12 +1838,12 @@ mgvalleys_np_inter_valley_slope (Valley slope) noise_params_2d 0.5, 0.5, (128, 1
|
|||||||
|
|
||||||
[*Advanced]
|
[*Advanced]
|
||||||
|
|
||||||
# Size of chunks to be generated at once by mapgen, stated in mapblocks (16 nodes).
|
# Size of mapchunks generated by mapgen, stated in mapblocks (16 nodes).
|
||||||
# Increasing this by 1 almost doubles the 3D noise calculation load.
|
# WARNING!: There is no benefit, and there are several dangers, in
|
||||||
# High values can cause noise calculation to overload.
|
# increasing this value above 5.
|
||||||
# Values smaller than 5 cause a terrain bug in Mapgen V6.
|
# Reducing this value increases cave and dungeon density.
|
||||||
# Since there is a fixed number of large caves and dungeons per
|
# Altering this value is for special usage, leaving it unchanged is
|
||||||
# mapchunk, values other than 5 alter the density of these.
|
# recommended.
|
||||||
chunksize (Chunk size) int 5
|
chunksize (Chunk size) int 5
|
||||||
|
|
||||||
# Dump the mapgen debug information.
|
# Dump the mapgen debug information.
|
||||||
|
Loading…
Reference in New Issue
Block a user