2020-04-10 08:30:04 -04:00

8 lines
180 B
Lua

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