summaryrefslogtreecommitdiff
path: root/infrastructure/advanced_automatic_warning_device.lua
diff options
context:
space:
mode:
Diffstat (limited to 'infrastructure/advanced_automatic_warning_device.lua')
-rw-r--r--infrastructure/advanced_automatic_warning_device.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/infrastructure/advanced_automatic_warning_device.lua b/infrastructure/advanced_automatic_warning_device.lua
index 0545e6e..1049c56 100644
--- a/infrastructure/advanced_automatic_warning_device.lua
+++ b/infrastructure/advanced_automatic_warning_device.lua
@@ -141,6 +141,7 @@ minetest.register_node("infrastructure:ebell",{
{-0.12,-0.35,-0.12,0.12,0.2,0.12,},
},
},
+ _digistuff_channelcopier_fieldname = "channel",
groups = {cracky = 3,},
on_destruct = infrastructure.stop_bell,
after_place_node = ebell_updateformspec,
@@ -481,6 +482,7 @@ minetest.register_node("infrastructure:automatic_warning_device_bottom", {
{-1/16, 0, -1/16, 1/16, 3, 1/16}
}
},
+ _digistuff_channelcopier_fieldname = "channel",
on_construct = function(pos)
local node = minetest.get_node(pos)