Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make IO ports not transfer the cell if no items were moved and in "After work done" mode #626

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

S4mpsa
Copy link

@S4mpsa S4mpsa commented Dec 21, 2024

With the change, the cell will not move through the IO port unless it actually does some work, e.g. empties its contents to the network (waits for space to be available) or pulls items into the cell (waits for items to be available).

This allows for more powerful automation using IO ports.

@S4mpsa S4mpsa added the enhancement New feature or request label Dec 21, 2024
@ivelieu
Copy link

ivelieu commented Dec 21, 2024

This will break IO port automation that specifically relies on this functionality (notably, some of my vacuum nuke approaches which are used by a fair few people). Better to add this behavior as a fourth mode.

@Dream-Master Dream-Master requested a review from a team December 21, 2024 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants