simple_streetlights/init.lua

9 lines
256 B
Lua
Raw Normal View History

2018-11-02 15:13:56 -07:00
-- simple streetlight spawner mod
2018-09-20 10:44:42 -07:00
2018-11-02 15:13:56 -07:00
local modpath = minetest.get_modpath("simple_streetlights")
2018-11-02 15:13:56 -07:00
dofile(modpath.."/simple.lua")
if minetest.get_modpath("homedecor_lighting") and minetest.get_modpath("streetspoles") then
2018-11-02 15:13:56 -07:00
dofile(modpath.."/minedot.lua")
2018-09-20 10:44:42 -07:00
end