-
Notifications
You must be signed in to change notification settings - Fork 14
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
Depositall doesn't work below height y -13 #50
Comments
Do you see a possibility to fix the problem? |
I'm having the same issue: Additional note: a chest at y=-5 and y = -13 fails to receive deposits, but does not cause the console errors. Chests at y=-17 cause the error and also do not deposit. chests higher up work fine. I have not pinpointed the exact locations where it errors. |
Forgot to say, running: |
line 243 of the AutomaticInventory.java file: I can try testing this and PRing a fix, but probably not before Dec 9th. |
Line 45 in FindChestsThread.java will still need adjusting for the fact that negative y coords can still lead to a negative value there in the array declaration. |
I would love to see a pull request @Momshroom 👍 |
Co-authored-by: kikelkik <[email protected]>
If you execute
depositall
for chests below height y -13, an internal error occurs and the items are not sorted. In chests above y -13 all items are sorted without problems.AutomaticInventory - 2.12.3-5e759dd
Paper 1.19.2 - 141
The text was updated successfully, but these errors were encountered: