Trinkets (Fabric)

Trinkets (Fabric)

22M Downloads

[Suggestion] Make TrinketItem as an interface.

IAFEnvoy opened this issue ยท 2 comments

commented

The TrinketItem class only extends the Item class, which makes it difficult to add special things such as weapons into slots.

So i think making it to an interface like Curios API is better.

commented

Trinket is an Interface, which TrinketItem implements.

commented

fzzy is correct, the interface you're looking for is Trinket. TrinketItem is just a class that extends item and implements Trinket with auto registration, for convenience sake.