init.lua 254 B

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