I now have my override,
in the other topic you posted, you mentioned editing the list
I have this code:
@Override
public ItemStack createIcon()
{
return new ItemStack(ItemList.copper_ingot);
}
@Override
public void fill(NonNullList<ItemStack> items)
{
super.fill(items);
}
what's the list i'm suppose to edit?