-
Notifications
You must be signed in to change notification settings - Fork 17
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
Support for cursor stacks #34
Comments
@BRNSystems hi. Have you found a way to get ItemStack in a click event? I'm trying to put an item in the gui, but I've only been able to take item from it :( |
I did it, but not well. Shift + left click for return items, right click for divide items and left click + move doesnt work. But i can put and get items.
But at some moment, interaction becomes unstable, as if there is a problem with synchronization |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Could you add the ItemStack that the player is clicking with passing to the onClick family of events?
It is possible, since it is sent in the packet.
I know this won't be used much, but at least for my mod it would be useful.
The text was updated successfully, but these errors were encountered: