Closed HoosierTransfer closed 1 month ago
Pro Tip! You can help us label your Pull Requests by using the following branch naming convention next time you create a pull request. โค๏ธ Branch naming convention | Label |
---|---|
feature/** |
๐ Feature |
fix/** |
โจ Fix |
chore/** |
๐งน Chores |
api/** |
๐ง API |
performance/** |
๐ก Performance Optimization |
compatibility/** |
๐ค Compatibility |
If your changes do not fall into any of these categories, don't worry. You can just ignore this message in that case! ๐
A Slimefun preview build is available for testing! Commit: 104c0b6d
https://preview-builds.walshy.dev/download/Slimefun/4225/104c0b6d
Note: This is not a supported build and is only here for the purposes of testing. Do not run this on a live server and do not report bugs anywhere but this PR!
Might be worth changing it to be per symptom but idk
Description
Adds a
RadiationDamageEvent
so that addons can cancel radiation damage.Proposed changes
Add an event that is called when the player takes radiation damga
Related Issues (if applicable)
Checklist
Nonnull
andNullable
annotations to my methods to indicate their behaviour for null values