package ley.modding.tileralib.api; public interface IIngredient { char getKey(); int getCount(); Object getIngredient(); }