mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-11-08 16:33:58 +01:00
Change digilines detector tube to send an item table instead of an item string
This commit is contained in:
parent
99cb3a5d9d
commit
64fb90f3e5
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user