From e15e5a762b48da5c22c57a2fa2cd059216da4c3a Mon Sep 17 00:00:00 2001 From: minefaco <63024226+minefaco@users.noreply.github.com> Date: Wed, 18 Nov 2020 19:53:02 -0500 Subject: [PATCH] adds support for ethereal --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 608ff08..a337f05 100644 --- a/init.lua +++ b/init.lua @@ -11,10 +11,10 @@ dofile(mpath .. "/default.lua") if minetest.get_modpath("moretrees") then dofile(mpath .. "/moretrees.lua") end ---[[ + if minetest.get_modpath("ethereal") then dofile(mpath .. "/ethereal.lua") -end]]-- +end