-
Notifications
You must be signed in to change notification settings - Fork 36
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
[Suggestion] New tweak: Drag item to another slot #130
Comments
I see what you mean. Do any existing mods do this to use as a reference for the button to use? I think it makes sense if this was some modifier (i.e. if you hold Alt then dragging works like this), but not sure. |
I think we actually don't need to press any additional keys to activate the dragging behavior. It'll work like this:
|
That is a good idea, however I think there's a conflict with one of the existing LMB drag mechanics where it will add more items into the stack on the mouse when dragging with LMB held. |
Maybe we can make this feature to be part of the RMB tweaks instead? |
Well, you still want the vanilla "right click to take half" to keep working though. |
How about using middle mouse button? Currently there is no behavior for middle clicking a item in survival mode. |
Possible. If it was a modifier like Alt, then you could use it with both LMB and RMB though (if you need to take a half-stack and drop it somewhere). |
Then it can be made like using the modifier key, which is default to be MMB. And while using that, you don't need to additionally press LMB to drag the entire stack, but still need to click RMB to take half of the stack. |
Suppose I want to move an item from slot A to slot B.
Currently, I can do the following:
And the new tweak works like this:
So basically I can drag the item to another slot with this new tweak.
This can be useful when I want to move many items to some specific slots.
The text was updated successfully, but these errors were encountered: