adds support for ethereal
This commit is contained in:
4
init.lua
4
init.lua
@@ -11,10 +11,10 @@ dofile(mpath .. "/default.lua")
|
|||||||
if minetest.get_modpath("moretrees") then
|
if minetest.get_modpath("moretrees") then
|
||||||
dofile(mpath .. "/moretrees.lua")
|
dofile(mpath .. "/moretrees.lua")
|
||||||
end
|
end
|
||||||
--[[
|
|
||||||
if minetest.get_modpath("ethereal") then
|
if minetest.get_modpath("ethereal") then
|
||||||
dofile(mpath .. "/ethereal.lua")
|
dofile(mpath .. "/ethereal.lua")
|
||||||
end]]--
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user