From 97052d1579398e8f41239d8fbd7be6a6ae947dd1 Mon Sep 17 00:00:00 2001 From: cheapie Date: Thu, 30 Apr 2020 01:09:06 -0500 Subject: Add support for digistuff's channel copier --- infrastructure/advanced_lane_control_lights.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'infrastructure/advanced_lane_control_lights.lua') 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", -- cgit v1.2.3