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

Dock only loads the first 6 slots of a chest barge #79

Closed
PrettyMuchTara opened this issue Feb 16, 2022 · 2 comments · Fixed by #80
Closed

Dock only loads the first 6 slots of a chest barge #79

PrettyMuchTara opened this issue Feb 16, 2022 · 2 comments · Fixed by #80
Assignees
Labels
bug Something isn't working

Comments

@PrettyMuchTara
Copy link

While a ship train is docked automatically (no redstone locking), every single chest barge only will be loaded with items in its first 6 slots, then the train undocks and travels on. Doesn't matter if the items are unstackable or not.
Paradoxically unloading items automatically will work with a full barge, just loading it fully doesn't work.
Is this intended behaviour or a bug?
Tested in v1.0.4.

@MuradAkh MuradAkh self-assigned this Feb 16, 2022
@MuradAkh MuradAkh added the bug Something isn't working label Feb 16, 2022
@MuradAkh
Copy link
Owner

This is a bug, will try to reproduce and fix

@MuradAkh
Copy link
Owner

Bug reproduced, thanks a lot for reporting!
This was caused by default itemhandlers for mobs which have 6 slots for hands+armour. Since chest barge uses simple vanilla IInventory the default itemhandler managed to confuse the dock.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants