From c378e96af877976dade868a4fe4b19eeb7d66fe0 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Thu, 21 Jan 2016 20:35:40 +0000 Subject: cave generation cuts through soil by default (can be disabled in init.lua) --- init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index bab3852..1d0a196 100644 --- a/init.lua +++ b/init.lua @@ -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 -- cgit v1.2.3