nssm-server/init.lua

6 lines
139 B
Lua

local modpath = minetest.get_modpath("nssm_server")
-- Server
dofile(modpath.."/mob_inhibitor.lua")
dofile(modpath.."/fire_dampener.lua")