summaryrefslogtreecommitdiff
path: root/trafficlight/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'trafficlight/init.lua')
-rw-r--r--trafficlight/init.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/trafficlight/init.lua b/trafficlight/init.lua
index 6a6922d..4f3f201 100644
--- a/trafficlight/init.lua
+++ b/trafficlight/init.lua
@@ -1,6 +1,7 @@
--[[
StreetsMod: inDev Trafficlights
]]
+if streets.extendedBy.mesecons and streets.extendedBy.digilines then
minetest.register_node(":streets:trafficlight_bottom",{
description = "Trafficlight",
groups = {cracky = 1},
@@ -215,4 +216,6 @@ minetest.register_node(":streets:trafficlight_top_warn",{
},
pointable = false,
light_source = 6,
-}) \ No newline at end of file
+})
+
+end \ No newline at end of file