shadowrealm/init.lua

9 lines
210 B
Lua
Raw Permalink Normal View History

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