-
Notifications
You must be signed in to change notification settings - Fork 14
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
add support for shift+drag to move stacks #86
base: master
Are you sure you want to change the base?
Conversation
I realized one of the commit messages was wrong, I rebased it on force-push. |
? The vanilla item shift clicking is not working? Or what is this? |
Clicking works. What didn't work was shift+dragging, which is not a thing in vanilla. |
Isnt that a mouse tweaks feature |
Huh, you're right, I actually mixed up InventoryTweaks with MouseTweaks. I installed this mod to handle an issue on Meatballcraft where MouseTweaks was randomly inserting items into inventories when it shouldn't, and someone mentioned this mod would fix those issues, and essentially having feature parity. I realize the docs here say it has feature parity with InventoryTweaks, not the other one. Do you feel this feature shouldn't be part of this mod? |
"MouseTweaks was randomly inserting items into inventories when it shouldn't" i think you're reffering to a Cleanroom Launcher issue rather.. |
I'm not sure exactly what causes it. I saw a few recommendations of disabling MouseTweaks to fix it, but that it only happens if running under Cleanroom, and it seemed to help |
The issue happens when you use Cleanroom + the unofficial fork of MouseTweaks and it was haunting my game too. Switching back to the original one fixes it on my end. |
I was a bit surprised that shift+drag no longer worked to move stacks as it does in InventoryTweaks. This should fix that.
From a quick test it seems to work as expected. Please let me know if something is missing or wrong. Thanks! :)