-
Notifications
You must be signed in to change notification settings - Fork 544
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
Feature/block drop creative #3934
Feature/block drop creative #3934
Conversation
Your Pull Request was automatically labelled as: "🎈 Feature" |
Slimefun preview buildA Slimefun preview build is available for testing! https://preview-builds.walshy.dev/download/Slimefun/3934/5c62ae9f
|
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/BlockListener.java
Outdated
Show resolved
Hide resolved
…o feature/block-drop-creative # Conflicts: # src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/BlockListener.java
…n/listeners/BlockListener.java Co-authored-by: J3fftw <[email protected]>
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.
👍 pending testing, though it's simple enough it shouldn't need much xD
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
this appears to be working as intended. both config options worked as outlined. |
Description
Allows owners to configure whether slimefun blocks should drop when broken by players in creative mode.
Proposed changes
Added a creative and config check when dropping sf block.
Related Issues (if applicable)
n/a
Checklist
Nonnull
andNullable
annotations to my methods to indicate their behaviour for null values