maruohon / itemscroller

A client-side Minecraft mod that adds various convenient ways of moving items within inventory GUIs, such as scrolling over stacks to move single items to or from it
GNU Lesser General Public License v3.0
147 stars 69 forks source link

Item Scrolling doesn't keep it's function #52

Open goldern opened 3 years ago

goldern commented 3 years ago

While scrolling the mouse wheel up, the item goes from my inventory to target inventory fine, Scrolling down it picks the item inventory. Fine until that point, when I put the mouse inside the target inventory, it inverts the outcome, scrolling the mouse wheel up it goes from the target inventory to my inventory, instead of keeping the default behavior, and the inversion configs does not fix that behavior, it just inverts everything.

Expected:

maruohon commented 3 years ago

The scroll up action is by default defined as "send to other inventory" and scroll down as "pull to this slot/inventory". There is an option in the Generic configs (I + C -> Generic) to use "slot position aware scrolling direction", which should do what you want.