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 Issues with Transporting Some Items to Some Inventories #2648

Merged
merged 1 commit into from
Nov 10, 2024

Conversation

IntegerLimit
Copy link
Contributor

@IntegerLimit IntegerLimit commented Oct 23, 2024

What

This PR fixes issues with transporting items with a stack size of 1, via pipe or conveyor, into special inventories, such as Super/Quantum Chests or Storage Drawers.

Fixes Nomi-CEu/Nomi-CEu#420

Implementation Details

This PR simply removes the check in GTTransferUtils.insertItem for whether the item is not stackable, as these special inventories only have one slot, but can insert more than the typical item stack size in said slot.

Outcome

Fixes Nomi-CEu/Nomi-CEu#420

Additional Information

Implemented in Labs here: Nomi-CEu/Nomi-Labs@29fe265

Potential Compatibility Issues

None

@IntegerLimit IntegerLimit requested a review from a team as a code owner October 23, 2024 20:30
@IntegerLimit IntegerLimit changed the title Fix Issues with Transferring Some Items Fix Issues with Transporting Some Items to Some Inventories Oct 23, 2024
@Zorbatron Zorbatron added the type: refactor Suggestion to refactor a section of code label Oct 23, 2024
@TechLord22 TechLord22 added type: bug Something isn't working and removed type: refactor Suggestion to refactor a section of code labels Nov 10, 2024
@TechLord22 TechLord22 merged commit d747c98 into GregTechCEu:master Nov 10, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problems transporting advanced dislocators
3 participants