emilyploszaj / trinkets

A data-driven accessory mod and API for Minecraft using Fabric.
https://www.curseforge.com/minecraft/mc-mods/trinkets
MIT License
165 stars 72 forks source link

Adjust equip/unequip behavior #296

Closed emilyploszaj closed 6 months ago

emilyploszaj commented 6 months ago

Equip/unequip now is called if stacks of the same item are changed at all, not just if items change, also smartly ignores mutation that occurs during ticking.

Fixes #217