[Feature Request] Right click to equip trinkets in the first valid slot
thomasglasser opened this issue ยท 3 comments
It would be nice for gameplay if right-clicking while holding a trinket puts it in the first valid slot like Curios.
This isn't default behavior in Curios, it needs to be specified by the mod in their implementations. Similarly, Trinkets already has a TrinketItem.equipItem
for calling equip on use behavior.
Because that behavior is defined in TrinketItem
, it must be re-implemented in any item that uses a different base class or multi-loader projects where the item can't extend TrinketItem. Curios putting the method in the interface allows for better configuration.