diff --git a/init.lua b/init.lua index fa2f94560cc5fd37adfdbf5816c1b27b9df89d09..6dd2cc71493d43b3c2b1aa6df984405cacc04dd8 100644 --- a/init.lua +++ b/init.lua @@ -9,7 +9,7 @@ ]] ethereal = {} -ethereal.leaftype = 1 -- 0 for 2D plantlike, 1 for 3D allfaces +ethereal.leaftype = 0 -- 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 ethereal.torchdrop = true -- torches drop when touching water