summaryrefslogtreecommitdiff
path: root/simple_streetlights/init.lua
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2019-05-30 06:43:06 -0400
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2019-05-30 06:43:06 -0400
commiteae97e458ce30e210c90290cf4c405d4282a03b7 (patch)
tree3fae3f0381878fff840ecb2ac0fbdf6bd8c5a67e /simple_streetlights/init.lua
parent54388533cedd41ca1505c368c2661c2b27a64f57 (diff)
downloaddreambuilder_modpack-eae97e458ce30e210c90290cf4c405d4282a03b7.tar
dreambuilder_modpack-eae97e458ce30e210c90290cf4c405d4282a03b7.tar.gz
dreambuilder_modpack-eae97e458ce30e210c90290cf4c405d4282a03b7.tar.bz2
dreambuilder_modpack-eae97e458ce30e210c90290cf4c405d4282a03b7.tar.xz
dreambuilder_modpack-eae97e458ce30e210c90290cf4c405d4282a03b7.zip
update homedecor, ilights, and simple streetlights
New mod! laza83's fork of DonBatman's mymillwork
Diffstat (limited to 'simple_streetlights/init.lua')
-rw-r--r--simple_streetlights/init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/simple_streetlights/init.lua b/simple_streetlights/init.lua
index e18ba8a..ac28424 100644
--- a/simple_streetlights/init.lua
+++ b/simple_streetlights/init.lua
@@ -5,6 +5,7 @@ local modpath = minetest.get_modpath("simple_streetlights")
streetlights = {}
streetlights.basic_materials = minetest.get_modpath("basic_materials")
streetlights.concrete = "basic_materials:concrete_block"
+streetlights.distributor = "streets:digiline_distributor"
dofile(modpath.."/simple.lua")
if minetest.get_modpath("homedecor_lighting") and minetest.get_modpath("streetspoles") then