Merge branch 'master' into 'master'

Change digilines detector tube to send an item table instead of an item string

See merge request VanessaE/pipeworks!18
This commit is contained in:
Vanessa Dannenberg 2020-04-28 03:29:22 +00:00
commit 4602290bc5
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ if digiline_enabled and pipeworks.enable_digiline_detector_tube then
local setchan = meta:get_string("channel")
digiline:receptor_send(pos, digiline.rules.default, setchan, stack:to_string())
digiline:receptor_send(pos, digiline.rules.default, setchan, stack:to_table())
return pipeworks.notvel(pipeworks.meseadjlist, velocity)
end},