I've been searching the internet for hours and tried so many things but I just can't seem to find the solution. Please help me.
Here is the code:
public enum ModItemTier implements IItemTier {
SNG(4, 2031, 9.0F, 4.0F, 15, () -> {
return Ingredient.fromItems(ModItems.SNG_INGOT);
}
);