aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/api/interfaces/IComparableRecipe.java
blob: 5d79fd8a51b0ddac732335864c5640abc18fc8a3 (plain)
1
2
3
4
5
6
7
8
package gtPlusPlus.api.interfaces;

import gregtech.api.util.GT_Recipe;
import gregtech.api.util.Recipe_GT;

public interface IComparableRecipe extends Comparable<GT_Recipe>{

}