aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/interfaces/internal/IGT_CraftingRecipe.java
blob: 3f29736470fea77a28c78ec74071c17b8daeb38c (plain)
1
2
3
4
5
6
7
8
package gregtech.api.interfaces.internal;

import net.minecraft.item.crafting.IRecipe;

public interface IGT_CraftingRecipe extends IRecipe {

    boolean isRemovable();
}