mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-12-26 02:40:23 +01:00
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:
commit
4602290bc5
@ -80,7 +80,7 @@ if digiline_enabled and pipeworks.enable_digiline_detector_tube then
|
|||||||
|
|
||||||
local setchan = meta:get_string("channel")
|
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)
|
return pipeworks.notvel(pipeworks.meseadjlist, velocity)
|
||||||
end},
|
end},
|
||||||
|
Loading…
Reference in New Issue
Block a user