-
-
Notifications
You must be signed in to change notification settings - Fork 373
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
Fix entity damage event 1.20.4 constructor changes #6433
Conversation
I like it, but I don't think it's acceptable for a patch version due to the breaking change to ExprDamageCause. It'd be good for dev/feature for 2.9, though. |
src/main/java/ch/njol/skript/expressions/ExprLastDamageCause.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/expressions/ExprLastDamageCause.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Patrick Miller <[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.
Nice PR ⚡
src/main/java/ch/njol/skript/expressions/ExprLastDamageCause.java
Outdated
Show resolved
Hide resolved
… fix/entity-damage-event-1.20.4
…kriptLang/Skript into fix/entity-damage-event-1.20.4
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.
This should target dev/feature. No need for breaking changes in patch.
Also, I do not see any benefit from the changes made in HealthUtils. It should be okay as in (I'm assuming this is just from conflict resolution for the most part)
Closing due to inactivity |
Description
Target Minecraft Versions: any
Requirements: none
Related Issues: none