[BUG] Mouse wheel scrolling conflict between "Item Scroller" and "Inventory Profiles Next"
dolandemort opened this issue ยท 1 comments
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.