Trinkets (Fabric)

Trinkets (Fabric)

22M Downloads

[Suggestion] Add equip/unequip event

ochotonida opened this issue ยท 0 comments

commented

Currently, the only way to detect whether an item is being unequipped or equipped in a trinket slot is to have a Trinket attached to the itemstack that overrides onUnequip, or to manually keep track of all equipped items.
When adding effects based on an equipped item's components/nbt, attaching a Trinket to the stack might not be ideal or possible if the item is not owned by the mod. Adding an event similar to Curios' CurioChangedEvent, that fires any time an equipped item changes, would resolve this.