diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-11-14 07:07:33 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-11-14 07:07:33 +0300 |
commit | c9a951c2e816a8fe65b496b8a9fd1a2edfcd394a (patch) | |
tree | 1180f5d8f7b4e097a986878dc882a51c982cc11c /signal_tubes.lua | |
parent | f5a60ba407175d07daf69c6955ecb3fcf5b7fa64 (diff) |
improving connectivity
Diffstat (limited to 'signal_tubes.lua')
-rw-r--r-- | signal_tubes.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/signal_tubes.lua b/signal_tubes.lua index 7048ebb..1d8daae 100644 --- a/signal_tubes.lua +++ b/signal_tubes.lua @@ -102,7 +102,10 @@ if digiline_enabled and pipeworks.enable_digiline_detector_tube then receptor = {}, effector = { action = function(pos,node,channel,msg) end - } + }, + wire = { + rules = pipeworks.digilines_rules + }, }, }, }) |