
(Question) ITeslaItem
gigabit101 opened this issue ยท 5 comments
Do you plan on adding a Item interface for powered Items like battery and tools ?
Capabilities can be attached to Entities, TileEntities and ItemStacks which already covers this feature. Using capabilities over a new interface allows for universal interactions between all three. If capabilities are not a viable approach to item support then I will open up further discussion.
@p455w0rd Charset uses ItemStack capabilities
I was just messing with him..since I finally got RF working on my TileEntities today, I'll be implementing capabilities in my mod as much as possible.