summaryrefslogtreecommitdiff
path: root/simple_streetlights/init.lua
blob: e18ba8a31f6efa21f640dde4d4d6771ef140e607 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
-- simple streetlight spawner mod

local modpath = minetest.get_modpath("simple_streetlights")

streetlights = {}
streetlights.basic_materials = minetest.get_modpath("basic_materials")
streetlights.concrete = "basic_materials:concrete_block"

dofile(modpath.."/simple.lua")
if minetest.get_modpath("homedecor_lighting") and minetest.get_modpath("streetspoles") then
	dofile(modpath.."/minedot.lua")
end