-
Notifications
You must be signed in to change notification settings - Fork 546
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
Add events to Lumber Axe & Woodcutter Android #4228
base: master
Are you sure you want to change the base?
Add events to Lumber Axe & Woodcutter Android #4228
Conversation
Your Pull Request was automatically labelled as: "✨ Fix" |
Slimefun preview buildA Slimefun preview build is available for testing! https://preview-builds.walshy.dev/download/Slimefun/4228/82fbbbf4
|
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
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.
Seems good to me, if we could still get it tested real quick I'd be happier though
Ok wow I meant to edit my comment but sure |
I did test it a bit on my own and it worked as expected but another test would be good I agree |
Description
Due to the lack of events with the lumber axe & woodcutter androids there are currently problems with the "SurperiorSkyblock2" plugin. (See issue referenced)
Proposed changes
AndroidBlockBreakEvent
AndroidMineEvent
AndroidMineEvent
AndroidBlockBreakEvent
and all duplicate functionality has been removedAndroidWoodcutEvent
BlockBreakEvent
for every log it breaks & respect the event'sdropItems
field.Related Issues (if applicable)
BG-Software-LLC/SuperiorSkyblock2#2198
Checklist
Nonnull
andNullable
annotations to my methods to indicate their behaviour for null values