skylayer/init.lua

14 lines
314 B
Lua

-------------------------------
-- Sky Layers: initialization
-- Git: https://gitlab.com/rautars/skylayer
-- License: MIT
-- Credits: rautars
-------------------------------
local modpath = minetest.get_modpath("skylayer");
dofile(modpath.."/api.lua")
-- uncomment to enable demo
--dofile(modpath.."/demo.lua")