-
Notifications
You must be signed in to change notification settings - Fork 9
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
Better Item Exchanging #346
Comments
Main things are:
|
There's two code paths that handle swaps:
These two code paths really need to be combined. However, because of how intertwined the return count logic is in the first, this is easier said than done. I think the best approach would be to move |
Downporting time:
|
Reopening, since I'm 99% sure the item return counts get messed up when switching between two different, not empty items |
Yeah, need to clear before we increment at https://github.com/hammy275/immersive-mc/blob/1.21.1/common/src/main/java/com/hammy275/immersivemc/server/swap/Swap.java#L102 |
There we go. |
Need to do a giant QoL pass over item swapping.
The text was updated successfully, but these errors were encountered: