add explanation for cave threshold copied from init.lua

This commit is contained in:
FaceDeer 2017-03-05 01:32:58 -07:00
parent 2a7ffc6a1f
commit 136473156d

View File

@ -1,6 +1,7 @@
[Generation settings] [Generation settings]
caverealms.ymin (bottom realm limit) int -33000 -33000 33000 caverealms.ymin (bottom realm limit) int -33000 -33000 33000
caverealms.ymax (top realm limit) int -700 -33000 33000 caverealms.ymax (top realm limit) int -700 -33000 33000
#Cave threshold. 1 = small rare caves, 0.5 = 1/3rd ground volume, 0 = 1/2 ground volume
caverealms.tcave (cave threshold) float 0.5 0 1.0 caverealms.tcave (cave threshold) float 0.5 0 1.0
caverealms.deep_cave (deep cave upper limit) int -7000 -33000 33000 caverealms.deep_cave (deep cave upper limit) int -7000 -33000 33000