-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently it's only possible to pull nodes with digiline pistons in one of 2 ways:
msg = retract_stickyretracting 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request