Is your feature request related to a problem?
Hello, I'm the developer of Accessorify, a mod that allows equipping certain vanilla items into accessory slots added by Accessories API to add additional functionality to them. I've been working on making vanilla shulker boxes equippable in the accessory slots. I was wondering if it would be possible to allow ItemSwapper to be able to read shulker boxes from those slots and swap/refill items from them.
Describe the solution you'd like
Ideally ItemSwapper would have built-in support for reading item contents from shulker boxes equipped in the accessory slots.
Describe alternatives you've considered
I have tried adding compatibility from my side by mixing into ItemSwapper, but the underlying code is fragile and appears to be hardcoded for the player inventory, so this approach is neither safe or maintainable.
Additional context
No response
Is your feature request related to a problem?
Hello, I'm the developer of Accessorify, a mod that allows equipping certain vanilla items into accessory slots added by Accessories API to add additional functionality to them. I've been working on making vanilla shulker boxes equippable in the accessory slots. I was wondering if it would be possible to allow ItemSwapper to be able to read shulker boxes from those slots and swap/refill items from them.
Describe the solution you'd like
Ideally ItemSwapper would have built-in support for reading item contents from shulker boxes equipped in the accessory slots.
Describe alternatives you've considered
I have tried adding compatibility from my side by mixing into ItemSwapper, but the underlying code is fragile and appears to be hardcoded for the player inventory, so this approach is neither safe or maintainable.
Additional context
No response