What i suggest here is just an Interface, to get if an Item is a Capsule-Cell-Container or not. To be precicely, i want to have something like the following, inside the IC²-API.
Code
public interface ICapsuleCell {
/**
* @return the ItemStack-sensitive amount of Capsulecells used to get this specific Item
*/
public int getAmountOfCapsuleCells(ItemStack aStack)
/**
* @return the default amount of Capsulecells used to get this kind of Item
*/
public int getAmountOfCapsuleCells()
}
Display More
This is just a Codingsuggestion, to make it much easier to get Tincells back. If that will not be Part of the IC²-API, i will contain it in mine, with an additional Function, which gives the Values for non-interface-implementing Core-IC²-Items.