
[1.20.1 - Fabric] Trinkets `canEquip` method combined with checking for duplicate Trinket types leads to unequipping on relog
Karashok-Leo opened this issue ยท 2 comments
- game version: 1.20.1 fabric
- mods involved:
- accessories
- trinket-compat-layer
- l2hostility-fabricated
2025-01-19.22-32-05.online-video-cutter.com.mp4
Ah yes this is a known issue solved within 1.21.1 but has not been backported for 1.20.1 as there is a difference between the API check for canEquip that leads to issues where the trinket item checks itself again for being able to be equipped but finds it self and just sees it as a duplicate stack.
This line here is the cause in a sense with how Accessories and Trinkets differs. Frankly in most cases this will not be fixed as 1.20.1 support from now on has been dropped in favor with keeping up with Minecraft updates and targeting 1.21.1 for the moment.