init.lua 314 B

1234567891011121314
  1. -------------------------------
  2. -- Sky Layers: initialization
  3. -- Git: https://gitlab.com/rautars/skylayer
  4. -- License: MIT
  5. -- Credits: rautars
  6. -------------------------------
  7. local modpath = minetest.get_modpath("skylayer");
  8. dofile(modpath.."/api.lua")
  9. -- uncomment to enable demo
  10. --dofile(modpath.."/demo.lua")