Skip to content

Commit

Permalink
wip note
Browse files Browse the repository at this point in the history
  • Loading branch information
DaFuqs committed Feb 9, 2025
1 parent 7aaab17 commit 658aaaf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public void onApplied(LivingEntity entity, int amplifier) {
}
}

// TODO: `onEntityRemoval()` triggers on entity removal, not status effect removal, making this divinity never kick in
@Override
public void onEntityRemoval(LivingEntity entity, int amplifier, Entity.RemovalReason reason) {
super.onEntityRemoval(entity, amplifier, reason);
Expand Down

0 comments on commit 658aaaf

Please sign in to comment.