Worldgen / Biome angepasst
This commit is contained in:
parent
ef2b11dbee
commit
02bd710832
84 changed files with 212 additions and 13456 deletions
|
@ -25,12 +25,12 @@ setting("number", "ymax", -4096) --top realm limit
|
|||
setting("number", "tcave", 0.75) --cave threshold
|
||||
|
||||
--decoration chances
|
||||
setting("number", "stagcha", 0.003) --chance of stalagmites
|
||||
setting("number", "stalcha", 0.003) --chance of stalactites
|
||||
setting("number", "stagcha", 0.03) --chance of stalagmites (was 0.003)
|
||||
setting("number", "stalcha", 0.03) --chance of stalactites(was 0.003)
|
||||
|
||||
setting("number", "h_lag", 8) --max height for stalagmites
|
||||
setting("number", "h_lac", 8) --...stalactites
|
||||
setting("number", "crystal", 0.0002) --chance of glow crystal formations
|
||||
setting("number", "crystal", 0.02) --chance of glow crystal formations (was 0.0002)
|
||||
setting("number", "h_cry", 8) --max height of glow crystals
|
||||
setting("number", "h_clac", 8) --max height of glow crystal stalactites
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue