simple_streetlights/init.lua

9 lines
256 B
Lua

-- simple streetlight spawner mod
local modpath = minetest.get_modpath("simple_streetlights")
dofile(modpath.."/simple.lua")
if minetest.get_modpath("homedecor_lighting") and minetest.get_modpath("streetspoles") then
dofile(modpath.."/minedot.lua")
end