Shift-Click Curios into their slots even when not on screen
aaronhowser1 opened this issue ยท 4 comments
This feature has been included in the new GUI introduced in 1.20.1 and 1.20.4+.
I would say that is to be expected, granted invisible slots technically do not exist at all as part of inventory, but if it worked that way it would make some sense either.
This is more of a feature request than a bug because it's working exactly as intended. It's a little trickier than it seems because, to make this feature, I need to not only allow the technical ability to move an item into any available slot but also provide some feedback to the user that this was done. This is because it's a little weird if a user accidentally shift-clicks an item they didn't know could go into a Curios slot and then it suddenly disappears and they don't know what happened. Thus, I need to think about a proper implementation for this.