Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt authored Jun 24, 2024
1 parent 881826e commit 588f878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/news/21.0release.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ This event is the lastest point at which the final damage may be modified, or re
This is the last event of the damage pipeline. It indicates that all damage has been applied to the entity, and can only be used for reacting to the damage being applied (i.e. to reduce custom hunger or thirst values).

### `ILivingEntityExtension#onDamageTaken`
This method has been added to living entities in order to allow them to react to *already applies* damage, without needing to override `actuallyHurt` (and calling super).
This method has been added to living entities in order to allow them to react to *already applied* damage, without needing to override `actuallyHurt` and call super.

We would like to thank [Caltinor](https://github.com/Caltinor) for their work on the [Pull Request](https://github.com/neoforged/NeoForge/pull/792), which you can consult for more information.

Expand Down

1 comment on commit 588f878

@neoforged-pages-deployments
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploying with Cloudflare Pages

Name Result
Last commit: 588f87851ea5266a1a3bbecd2e87caaed57be857
Status: ✅ Deploy successful!
Preview URL: https://17a23058.neoforged-website-previews.pages.dev
PR Preview URL: https://pr-42.neoforged-website-previews.pages.dev

Please sign in to comment.