-
Notifications
You must be signed in to change notification settings - Fork 22
Added drawer holding click functionality #57
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
base: master
Are you sure you want to change the base?
Conversation
…t mixin target qualification)
|
@loenaaaa the build not went through. need a fix |
Hmm yeah I looked into it and it's weird, it is having issue with runServer, and the error message comes from adding the configuration. Though I'm not sure why it's happening, or why it's only on server. |
Ok, managed to get it fixed. |
|
Here is a link to it working since I was asked: |
This PR adds a functionality where the player can extract multiple items from a drawer at once by holding left-click, with the extraction speed increasing as more items are extracted.
The base functionality works and has been tested, though there is a slight issue with how the "pop" sound doesn't always trigger upon item extraction and the block breaking effect (item swinging + particles + sound) is still present.
Closes GTNewHorizons/GT-New-Horizons-Modpack#22945.