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(); }