architectury / architectury-api

An intermediary api aimed at easing development of multiplatform mods.
https://discord.architectury.dev/
GNU Lesser General Public License v3.0
306 stars 55 forks source link

Update Architectury for new Neoforge 21.0.31 entity damage pipeline #521

Closed desht closed 1 week ago

desht commented 1 week ago

Updates Arch for a breaking change in NeoForge 21.0.31-beta

See https://neoforged.net/news/21.0release/#damage-pipeline-rework-introduced-in-neoforge-21031-beta for more information.

The change is simple; use Neo's LivingIncomingDamageEvent instead of the old LivingAttackEvent, which no longer exists.