-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Conflict with Inventory Profiles Next's locked slots functionality #198
Comments
Since there is no "locked slot" logic in vanilla Minecraft, there is nothing for the mod to realize/check for this. This is not really a bug, more a compatibility request. Will look into it at some later point. |
Ah yes, I see what you mean, my mistake.
Good luck, hope you can find a way, thanks for wanting to look into it. |
IPN has an API that returns the locked slots. In java it will be something like this IPN.getInstance().getLockedSlots() |
Was wondering if there is any update on this request? |
No, not really. |
Okay, well just to let you know, I am still interested in this as I still use both mods actively. Not trying to rush you though. |
no one tells... ignorance is bliss :) |
Version information
itemswapper-fabric-0.5.5-mc1.20.4
Other relevant installed mods
Inventory Profiles Next 1.10.9
Expected Behavior
When a slot has been locked using the Locked Slot functionality of the mod Inventory Profiles Next, I expect Item Swapper to realise this and not be able to be used to swap items from/to that slot.
Actual Behavior
The locked slots are treated as any other slot.
Reproduction Steps
Lock a slot, that holds an item, in the hotbar. Select that slot and use either of Item Swappers hotkeys to swap the item to another.
Render engine
Additional information
No response
The text was updated successfully, but these errors were encountered: