-
Notifications
You must be signed in to change notification settings - Fork 549
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
Update ButcherAndroidListener.java #4007
Conversation
Fixed bug with emerald drop from vindicators when killed by Butcher Android
Pro Tip!
If your changes do not fall into any of these categories, don't worry. You can just ignore this message in that case! 👀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to change this system but that's out of scope, LGTM
...java/io/github/thebusybiscuit/slimefun4/implementation/listeners/ButcherAndroidListener.java
Outdated
Show resolved
Hide resolved
Slimefun preview buildA Slimefun preview build is available for testing! https://preview-builds.walshy.dev/download/Slimefun/4007/9c594474
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (we ignore i missed that previously)
Fixed bug with emerald drop from vindicators when killed by Butcher Android
Description
I'm making this pull request to fix the bug with vindicators don't drop emeralds when killed by Butcher Android
Proposed changes
I just added code to fix the bug
Related Issues (if applicable)
Resolves #3849
Checklist
Nonnull
andNullable
annotations to my methods to indicate their behaviour for null values