diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-01-21 20:35:40 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-01-21 20:35:40 +0000 |
commit | c378e96af877976dade868a4fe4b19eeb7d66fe0 (patch) | |
tree | 2041bbec3cbc44947de968c531b8b05f45a53522 /init.lua | |
parent | 87031b60518731f62dbce0ffb1601b0c34d506c9 (diff) |
cave generation cuts through soil by default (can be disabled in init.lua)
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ ethereal = {}
ethereal.leaftype = 1 -- 0 for 2D plantlike, 1 for 3D allfaces
ethereal.leafwalk = true -- true for walkable leaves, false to fall through
+ethereal.cavedirt = true -- caves chop through dirt when true
-- Set following to 1 to enable biome or 0 to disable
ethereal.glacier = 1 -- Ice glaciers with snow
|