From 0b15a708a018ce71fea4ad6262fed7250a5c4001 Mon Sep 17 00:00:00 2001
From: tchncs <tchncs@vivaldi.net>
Date: Sun, 6 Nov 2016 20:28:33 +0100
Subject: [PATCH] adjust some default values

---
 init.lua | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/init.lua b/init.lua
index 183df99..467e0b1 100644
--- a/init.lua
+++ b/init.lua
@@ -9,8 +9,8 @@
 ]]
 
 ethereal = {}
-ethereal.leaftype = 0 -- 0 for 2D plantlike, 1 for 3D allfaces
-ethereal.leafwalk = false -- true for walkable leaves, false to fall through
+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
-- 
GitLab