-
Notifications
You must be signed in to change notification settings - Fork 6
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
Right-click inventory controls cannot be rebound #36
Comments
This might happen at some point, but not in the next release |
I've added the ability to rebind the screen's primary (left-click) and secondary (right-click). I kept it screen level, as I can't see a reason to separate the general screen and inventory-specific ones, and also to try to keep it working with any mods that add screens. |
Released in Version 1.5.0. Modrinth Curseforge Github |
Right clicking allows for half of a stack (rounded up) to be picked up by the cursor, as well as for a stack held by the cursor to deposit one item into a give slot (or dropped, if the cursor is outside of the inventory screen). This cannot be rebound in vanilla or via this mod. It does not follow the "Use Item/Place Block" key binding, unlike the pick block functionality in inventories, which does.
Ideally, the two functionalities ("deposit one" and "pick up half") should be bindable separately, even if they both default to right click.
The text was updated successfully, but these errors were encountered: