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

Improvements: Clear Grid button & click drag & gather all of a kind by double clicking. #138

Closed
sayore opened this issue Sep 24, 2019 · 5 comments

Comments

@sayore
Copy link

sayore commented Sep 24, 2019

Well, it is pretty time consuming clicking each field everytime, i really miss these features from MC.

Clear Grid Button

  • Clears the whole grid and puts the Items into the inventory.

Click drag

  • Drag an item across the grid, the items are put into each slot that has been dragged over equally.

Gather all of a kind via double clicking

  • When double clicking for example a specific kind of wood, everything is getting accumulated into the mouse Stack up to the maximum of 99(/a stack).

I dont know if this is something to be implemented into the main game or into this mod. Im just putting this here as a feature request for the time being.

@Desour
Copy link

Desour commented Oct 5, 2019

A clear grid button can be implemented in lua, the other features can't.

Click drag

This is already possible.

@sayore
Copy link
Author

sayore commented Oct 5, 2019

Click drag ist only possible with a single Item being put into the field. Its not able to click drag to divide the stack into the target slots.

@sayore
Copy link
Author

sayore commented Oct 5, 2019

Is it not possible to iterate over the inventory to accumulate the kind of block/item beind double clicked?
It should be if there is at least an api gor click events

@Desour
Copy link

Desour commented Oct 5, 2019

Is it not possible to iterate over the inventory to accumulate the kind of block/item beind double clicked?
It should be if there is at least an api gor click events

There isn't.
The client only sends item movements to the server, no grabs. (It only looks as if the item is attached to your cursor, the item actually remains in the slot where you got it from until you drop it.)

@OgelGames
Copy link

Looks like this could be closed? There is a clear-craft button added by unified_inventory_plus, and the other suggestions were added to the engine in minetest/minetest#13146.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants