Skip to content

Commit 5e9a46c

Browse files
authoredOct 10, 2018
Add a warning to the 'chunksize' setting (#7775)
Several users have been causing problems by increasing this value.
1 parent 0a5e771 commit 5e9a46c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

Diff for: ‎builtin/settingtypes.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -1838,12 +1838,12 @@ mgvalleys_np_inter_valley_slope (Valley slope) noise_params_2d 0.5, 0.5, (128, 1
18381838

18391839
[*Advanced]
18401840

1841-
# Size of chunks to be generated at once by mapgen, stated in mapblocks (16 nodes).
1842-
# Increasing this by 1 almost doubles the 3D noise calculation load.
1843-
# High values can cause noise calculation to overload.
1844-
# Values smaller than 5 cause a terrain bug in Mapgen V6.
1845-
# Since there is a fixed number of large caves and dungeons per
1846-
# mapchunk, values other than 5 alter the density of these.
1841+
# Size of mapchunks generated by mapgen, stated in mapblocks (16 nodes).
1842+
# WARNING!: There is no benefit, and there are several dangers, in
1843+
# increasing this value above 5.
1844+
# Reducing this value increases cave and dungeon density.
1845+
# Altering this value is for special usage, leaving it unchanged is
1846+
# recommended.
18471847
chunksize (Chunk size) int 5
18481848

18491849
# Dump the mapgen debug information.

0 commit comments

Comments
 (0)
Please sign in to comment.