init.lua 253 B

1234567
  1. local version = "1.0.0"
  2. dofile(minetest.get_modpath("achievements_lib") .. "/api.lua")
  3. dofile(minetest.get_modpath("achievements_lib") .. "/player_manager.lua")
  4. minetest.log("action", "[ACHIEVEMENTS_LIB] Mod initialised, running version " .. version)