Skip to content

Commit

Permalink
spotless cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Caltinor committed Jun 30, 2024
1 parent 2f100d4 commit 7ca7800
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,6 @@ static void livingDamageSequenceEvents(final DynamicTest test, final Registratio
AttachmentType<Float> VALUE_PRE_POST_DAMAGE = reg.attachments().registerSimpleAttachment("pre_post_damage", () -> 0f);
AttachmentType<Float> VALUE_NEW_DAMAGE = reg.attachments().registerSimpleAttachment("new_damage", () -> 0f);



/* This event listener watches for the first event in the damage sequence. At this stage we expect to add our
* reduction functions and replace the incoming damage amount with a new value. */
test.eventListeners().forge().addListener((final LivingIncomingDamageEvent event) -> {
Expand Down

0 comments on commit 7ca7800

Please sign in to comment.