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

Fix Logistic Pipes Storage Drawer Functionality #26

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

krashton1
Copy link

Logistic Pipes are able to insert into Storage Drawer Controllers.

However, they do not respect already existing items in the drawers. Instead ALWAYS preferring closer empty drawers to further away reserved drawers.

This change brings parity to Logistic Pipes (with other piping mods) such that it will try and insert an item into a reserved but further away drawer before pushing into a closer empty drawer. This "mergePass" implementation is same implementation style that Project Red pipes use.

Logistic Pipes are able to insert into Storage Drawer Controllers.

However, they do not respect already existing items in the drawers. Instead ALWAYS preferring closer empty drawers to further away reserved drawers.

This change brings parity to Logistic Pipes such that it will try and insert an item into a further away drawer before pushing into a closer empty drawer. This "mergePass" implementation is same implementation style that Project Red pipes use.
@Dream-Master Dream-Master requested a review from a team October 26, 2023 16:32
@Dream-Master Dream-Master merged commit 2b1f456 into GTNewHorizons:master Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants