Shadows-of-Fire / Apothic-Attributes

Attributes library for Minecraft, used by Apotheosis.
MIT License
7 stars 9 forks source link

Execute AttributeChangedValueEvent only once on update #4

Closed ChampionAsh5357 closed 7 months ago

ChampionAsh5357 commented 9 months ago

Closes Shadows-of-Fire/Apotheosis#1022

Changes the logic such that AttributeChangedValueEvent is called once per attribute on update rather than on removal and rendition. This fixes some logic that checks the new value and sees that the attribute was removed.