Refined Storage

Refined Storage

77M Downloads

Unable to triple click items into a grid.

skye-repos opened this issue · 9 comments

commented

This is a bug that affects all versions where I am unable to triple click all stacks of an Item in my inventory into a grid. It is a minor bug that is quickly solved with a chest and an importer, but it is a vanilla functionality that should remain in my opinion.

commented

With some item picked up, mouse over the item which has multiple stacks (in
your inventory) and triple click. It should all go into the opened inventory.

On 11 June 2016 at 18:01, Raoul [email protected] wrote:

What exactly should I do to triple click? I keep trying it in a vanilla
chest, sometimes it works but sometimes it doesn't... what is the exact
shortcut?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#69 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ARh9c6yOMNMGMs9g5wGe81WQVEFrOtqFks5qKqq8gaJpZM4IkNQH
.

commented

The more important question is, how come this functionality did not work originally? Is it a bug with forge not supporting this vanilla functionality?

commented

It doesn't work because the inventory you see in the grid isn't a real inventory! It doesn't have any slots, it just mimics the behaviour of a slot.

commented

aha! I figured there was some trickery going on here :). Correct me if I am wrong but, what you do is you detect when the player shift clicks an item , you then delete the stack from that inventory and place it into the RS system? Can we do something similar for the triple click?

commented

I could, but the clean solution would be to make the slots actually work.

commented

We don't, I know how to do it myself. It'll just take a little time.

commented

maybe we could refer some ae2 code?

commented

Awesome!