Curios API (Forge/NeoForge)

Curios API (Forge/NeoForge)

140M Downloads

Shift-Click Curios into their slots even when not on screen

aaronhowser1 opened this issue ยท 4 comments

commented

Versions (Be specific, do not write "latest"):

  • Curios: curios-forge-1.16.4-4.0.3.0
  • Forge/Fabric: forge

Observed Behavior:

image
shift clicking does nothing
image
shift clicking makes it enter the statues slot

Expected Behavior:

it should enter the slot if its visible or not

commented

This feature has been included in the new GUI introduced in 1.20.1 and 1.20.4+.

commented

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.

commented

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.

commented

Perhaps you could move the scroll bar when shift clicking such that the item is still on screen afterwards?