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

[Compatiblity Request] Compat with Kryptonaught's Inventory Sorter mod. #22

Open
Adome11 opened this issue Sep 6, 2023 · 1 comment
Labels
mod compat Compatibility with other mods

Comments

@Adome11
Copy link

Adome11 commented Sep 6, 2023

Currently the favoriting functionality doesn't work properly with the inventory sorter mod. When using the hotkey or the Gui button, the item will be moved and the favorite icon will remain in that slot. The icon remains there in that slot until the player opens and closes their inventory. Additionally, the item in question is no longer registered as a favored item.

issue.mp4
@xiaocihua xiaocihua added the mod compat Compatibility with other mods label Sep 18, 2023
@xiaocihua
Copy link
Owner

I looked at the source code of Inventory-Sorter mod and found out that it sorts the items on the server side and then synchronizes the slots to the client side. In this situation, I'm not sure how to track the location of items.

You can use client-side mods that implement item sorting functionality, such as Inventory Profiles Next or Mouse Wheelie with Server accelerated sorting disabled. These mods simulate player actions to implement sorting functions, allowing item locations to be tracked. Please download the latest version, which fixes a compatibility issue with these mods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mod compat Compatibility with other mods
Projects
None yet
Development

No branches or pull requests

2 participants