From 588f87851ea5266a1a3bbecd2e87caaed57be857 Mon Sep 17 00:00:00 2001 From: Matyrobbrt <65940752+Matyrobbrt@users.noreply.github.com> Date: Mon, 24 Jun 2024 11:39:44 +0300 Subject: [PATCH] Fix typo --- content/news/21.0release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/21.0release.md b/content/news/21.0release.md index b52f192..3afc55e 100644 --- a/content/news/21.0release.md +++ b/content/news/21.0release.md @@ -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.