- -------------------------------
- -- 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")
|