7 lines
151 B
Lua
Raw Normal View History

2020-04-07 17:13:54 -04:00
-- Shadow Realm Mod
2020-04-08 10:29:27 -04:00
local modpath = minetest.get_modpath(minetest.get_current_modname())
2020-04-07 17:13:54 -04:00
2020-04-08 10:29:27 -04:00
dofile(modpath.."/realm.lua")
dofile(modpath.."/items.lua")