2020-04-08 20:57:00 -04:00

8 lines
180 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")