What's up with IEnergyStorage?
vpzomtrrfrt opened this issue ยท 2 comments
I see that you have an IEnergyStorage interface, and it looks like what I would expect to implement from my mod. However, IEnergyHandler appears to only support the concrete EnergyStorage type. Is this an oversight, or is there some reason getEnergyStorage doesn't return IEnergyStorage?
This was an accidental oversight, will fix it today, but the plan is also to allow for different "energy types" as well, i'll try to have an update out today if i can