2020-04-10 11:26:22 -04:00

9 lines
210 B
Lua

-- Shadow Realm Mod
local modpath = minetest.get_modpath(minetest.get_current_modname())
dofile(modpath.."/realm.lua")
dofile(modpath.."/items.lua")
dofile(modpath.."/mobs.lua")
dofile(modpath.."/nodes.lua")