From 32bae23a7cf57e37b73180b9999cddb82a2f9fb1 Mon Sep 17 00:00:00 2001 From: tchncs <tchncs@vivaldi.net> Date: Mon, 12 Dec 2016 20:39:42 +0100 Subject: [PATCH] default to 2d leaves --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index fa2f945..6dd2cc7 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 -- GitLab