Hello, I'm having a lot of trouble finding information on adding and IItemHandler capability to an Item, for an TileEntity it has methods like
hasCapability
however I can't find a method like that in an Item, all items have is "initCapabilities", and I have honestly no clue what to return or do to add an inventory to an item.
So if anyone could please point me to any information that could tell me how capabilities work on items and how to implement an inventory.
Thank you.