From e7ca864cffed7d66e47e69537c08dd09239cd359 Mon Sep 17 00:00:00 2001 From: IchHabeHunger54 Date: Thu, 21 Nov 2024 13:45:56 +0100 Subject: [PATCH] fix wrong name for ArmorHurtEvent --- docs/entities/livingentity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/entities/livingentity.md b/docs/entities/livingentity.md index 21977ed8..89ba886b 100644 --- a/docs/entities/livingentity.md +++ b/docs/entities/livingentity.md @@ -78,7 +78,7 @@ This event can be used to fully customize shield blocking. This includes introdu Note that this event is not designed for immunities or attack cancellations that are outside the scope of "shield-like" items. -#### `LivingArmorHurtEvent` +#### `ArmorHurtEvent` This event should be pretty self-explanatory. It is fired when armor damage from an attack is calculated, and can be used to modify how much durability damage (if any at all) is done to which armor piece.