2020-04-07 17:13:54 -04:00
|
|
|
-- Shadow Realm Mod
|
|
|
|
|
2020-04-08 10:29:27 -04:00
|
|
|
local modpath = minetest.get_modpath(minetest.get_current_modname())
|
2020-04-07 17:13:54 -04:00
|
|
|
|
2020-04-10 11:26:22 -04:00
|
|
|
dofile(modpath.."/realm.lua")
|
2020-04-08 10:29:27 -04:00
|
|
|
dofile(modpath.."/items.lua")
|
2020-04-08 20:57:00 -04:00
|
|
|
dofile(modpath.."/mobs.lua")
|
2020-04-10 08:25:44 -04:00
|
|
|
dofile(modpath.."/nodes.lua")
|