adds support for ethereal

This commit is contained in:
minefaco
2020-11-18 19:53:02 -05:00
committed by GitHub
parent d17728eab9
commit e15e5a762b

View File

@@ -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