public static bool IsSmeltable(ItemBase i) { return(i is ItemCubeStack && CubeHelper.IsIngottableOre((i as ItemCubeStack).mCubeType)); }