package gtPlusPlus.api.interfaces;

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

public interface IComparableRecipe extends Comparable<GT_Recipe>{

}