diff --git a/init.lua b/init.lua
index 183df99a3b4e6792c5d89e0b9a2542819d4c7bfc..467e0b188d9c0c004a6493b0cf87852dc60eb6dc 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