summaryrefslogtreecommitdiff
path: root/infrastructure/advanced_lane_control_lights.lua
diff options
context:
space:
mode:
Diffstat (limited to 'infrastructure/advanced_lane_control_lights.lua')
-rw-r--r--infrastructure/advanced_lane_control_lights.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/infrastructure/advanced_lane_control_lights.lua b/infrastructure/advanced_lane_control_lights.lua
index 94d7ce1..4c75a06 100644
--- a/infrastructure/advanced_lane_control_lights.lua
+++ b/infrastructure/advanced_lane_control_lights.lua
@@ -25,6 +25,7 @@ for i = 1, 6 do
local meta = minetest.get_meta(pos)
meta:set_string("formspec", "field[channel;Channel;${channel}]")
end,
+ _digistuff_channelcopier_fieldname = "channel",
groups = {cracky = 3, not_in_creative_inventory = (i == 1 and 0 or 1)},
light_source = TRAFFIC_LIGHTS_LIGHT_RANGE,
drop = "infrastructure:lane_control_lights_1",