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

Deal with inventory slots with item restrictions #5

Open
fechan opened this issue Apr 15, 2024 · 1 comment
Open

Deal with inventory slots with item restrictions #5

fechan opened this issue Apr 15, 2024 · 1 comment
Labels
bug Something isn't working ComputerCraft

Comments

@fechan
Copy link
Owner

fechan commented Apr 15, 2024

Right now the transfer calculator assumes empty slots will accept any item, which is untrue for things like Brewing Stands and who knows what else. The calculator might create a transfer order for an item into an incompatible slot, which prevents other possible items from transferring since it thinks the slot has been filled.

@fechan fechan added bug Something isn't working ComputerCraft labels Apr 15, 2024
@fechan fechan added this to the 1.0 milestone Apr 15, 2024
@fechan
Copy link
Owner Author

fechan commented May 6, 2024

We can't detect if items cannot transfer without first trying to transfer them, so it's probably best to notify the user there is a pipe with failing transfers and advise them to add a filter or check if the destination is a read-only slot.

@fechan fechan removed this from the 1.0 milestone May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ComputerCraft
Projects
None yet
Development

No branches or pull requests

1 participant