init.lua 535 B

12345678910111213
  1. magic_compass = {}
  2. local version = "1.4.0-dev"
  3. dofile(minetest.get_modpath("magic_compass") .. "/SETTINGS.lua")
  4. dofile(minetest.get_modpath("magic_compass") .. "/callbacks.lua")
  5. dofile(minetest.get_modpath("magic_compass") .. "/deserializer.lua")
  6. dofile(minetest.get_modpath("magic_compass") .. "/formspec.lua")
  7. dofile(minetest.get_modpath("magic_compass") .. "/items.lua")
  8. dofile(minetest.get_modpath("magic_compass") .. "/player_manager.lua")
  9. minetest.log("action", "[MAGIC COMPASS] Mod initialised, running version " .. version)