aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/api/interfaces/IComparableRecipe.java
blob: ddbf9f38bba4be3706dd8562a88e69fa36aebaa3 (plain)
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>{

}