shadowrealm/init.lua

7 lines
151 B
Lua
Raw Normal View History

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