diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-01-31 14:25:48 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-01-31 14:25:48 +0000 |
commit | 77fc2ab5d6fac826023254a32a6d1b7e01e0f11f (patch) | |
tree | d5b53151fb631940f1807ae9130d367e99c35b04 /init.lua | |
parent | 1bd6be68e12a82508253cbd4439e33d9fca714be (diff) |
sapling chance changed for smaller tree's, plantlike leaves default again
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,8 @@ ]]
ethereal = {}
-ethereal.leaftype = 1 -- 0 for 2D plantlike, 1 for 3D allfaces
-ethereal.leafwalk = true -- true for walkable leaves, false to fall through
+ethereal.leaftype = 0 -- 0 for 2D plantlike, 1 for 3D allfaces
+ethereal.leafwalk = false -- 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
|