Interface RecyclingOutputsModifier

All Superinterfaces:
Comparable<RecyclingOutputsModifier>

public interface RecyclingOutputsModifier extends Comparable<RecyclingOutputsModifier>
A modification to the RecyclingOutputs of a recycled Item. This can add, remove or modify individual RecyclingOutputs based on the input Item Stack (and particularly its Components).

Recipe-dependent modifications should not be done with a RecyclingOutputsModifier but by implementing IRecyclableRecipe on your Recipe.

See Also: