9 lines
210 B
Lua
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")
|