mirror of
https://git.phreedom.club/localhost_frssoft/fediauth
synced 2025-07-21 14:44:50 -04:00
init
This commit is contained in:
commit
7f619e4639
9 changed files with 487 additions and 0 deletions
12
init.lua
Normal file
12
init.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
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")
|
Loading…
Add table
Add a link
Reference in a new issue