fediauth/init.lua

13 lines
233 B
Lua
Raw Normal View History

2023-01-28 12:04:14 +01:00
local MP = minetest.get_modpath("otp")
otp = {
-- mod storage
storage = minetest.get_mod_storage(),
-- baseXX functions
basexx = loadfile(MP.."/basexx.lua")()
}
dofile(MP.."/functions.lua")
dofile(MP.."/test.lua")