Open heldheld opened 8 months ago
I expect Item Swapper to realise this and not be able to be used to swap items from/to that slot.
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.
This is not really a bug, more a compatibility request.
Ah yes, I see what you mean, my mistake.
Will look into it at some later point.
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.
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.
The limiting factor is time. Guess when I was done with uni and started a fulltime job 😅 .
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