-
-
Notifications
You must be signed in to change notification settings - Fork 217
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
Improvement: itempickup log #2813
base: beta
Are you sure you want to change the base?
Conversation
simplify the code by not checking 9th slot instead of checking every item to see if it is blacklisted
…ated from BitsUpdateEvent and
I have detected some issues with your pull request: Body issues: Title issues: Please fix these issues. For the correct format, refer to the pull request template. |
I have detected some issues with your pull request: Body issues: Please fix these issues. For the correct format, refer to the pull request template. |
One or more Detekt Failures were detected:
|
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
…g-v2 # Conflicts: # src/main/java/at/hannibal2/skyhanni/features/inventory/ItemPickupLog.kt
Conflicts have been resolved! 🎉 |
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
Dependencies
What
Simplify the code by not checking 9th slot instead of checking every item to see if it is blacklisted
Also add support for armour and bits
Changelog Improvements