Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Mouse wheel scrolling conflict between "Item Scroller" and "Inventory Profiles Next" #253

Open
dolandemort opened this issue Oct 5, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@dolandemort
Copy link

Modpack Version
v1.6.3

Minecraft Version
1.19.2

Describe the crash or bug
The mouse wheel item/inventory scrolling behavior doesn't function properly.

Steps to reproduce the behavior:

  • Right click a chest.
  • Hover your mouse cursor over a stack of something in your inventory.
  • Scroll up or down on a stack in your inventory.
  • Move the stack into the chest totally and once again hover your cursor over it and test the mouse wheel scrolling behavior.

Expected behavior
The stack should have an item move to or from it between your inventory and the chest inventory. The observed behavior is different because the two mods use different logic for what scrolling should do, so depending on the container being scrolled from/to, the result is sometimes constructive (moving 2 items instead of 1) and sometimes destructive (not doing anything).

Additional context
I "solved" the problem by disabling all the scrolling behavior toggles for "Item Scroller" in its "toggles section" in the GUI configuration accessed from the "Mods" list: see the following screenshot.

mouse-wheel

@dolandemort dolandemort added the bug Something isn't working label Oct 5, 2023
@itsdinkd
Copy link
Owner

itsdinkd commented Oct 5, 2023

I don't recall ever coming across this issue when I used scrolling. It must be IPN having added a new feature since that caused the confliction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants