1 2 3 4 5 6 7 8
package gtPlusPlus.api.interfaces; import gregtech.api.util.GT_Recipe; import gregtech.api.util.GTPP_Recipe; public interface IComparableRecipe extends Comparable<GT_Recipe>{ }