nssb/init.lua
npx f736789a56 Fixed the problem with the portalhome
Added a settingstypes file to define variables
Bugfix
2016-11-20 23:54:29 +01:00

6 lines
119 B
Lua

--Nssb
nssb = {}
local path = minetest.get_modpath("nssb")
dofile(path.."/nodes.lua")
dofile(path.."/mapgen.lua")