Fix avaritiaddons chest voiding issue in GUI #758
Closed
brachy84
started this conversation in
Bugfix Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Mod: https://www.curseforge.com/minecraft/mc-mods/avaritiaddons
This method should call
super.onContainerClosed(player). Since thats where the current held item is dropped. If thats not called the current held item is simply voided. However the item is dropped after opening any (?) completly unrelated ui and closing it. I assume its some client, server desync thing, but im not sure. Might be truly voided on dedicated servers.Beta Was this translation helpful? Give feedback.
All reactions