Open
Description
Currently it's only possible to pull nodes with digiline pistons in one of 2 ways:
msg = retract_sticky
retracting the extended piston and pulling exactly one node (even if there are more consecutive adjacent solid nodes in that direction).{action = "retract", allsticky = true, max = n}
pulling nodes only when the number of consecutive nodes is at most min(n, 16) nodes otherwise just retracting itself.
(Other methods won't pull which is fine)
IMO it would be terrific if we could have the behavior of 1 but with n up to 16.
Syntax could be similar to 2 with sticky = true
as a flag or alike.