From 311ab89f93558233a40079f7cb16605b141b5346 Mon Sep 17 00:00:00 2001 From: Johann Bernhardt Date: Sun, 12 Dec 2021 19:38:06 +0100 Subject: Move sources and resources --- src/Java/gtPlusPlus/api/interfaces/IComparableRecipe.java | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/Java/gtPlusPlus/api/interfaces/IComparableRecipe.java (limited to 'src/Java/gtPlusPlus/api/interfaces/IComparableRecipe.java') diff --git a/src/Java/gtPlusPlus/api/interfaces/IComparableRecipe.java b/src/Java/gtPlusPlus/api/interfaces/IComparableRecipe.java deleted file mode 100644 index ddbf9f38bb..0000000000 --- a/src/Java/gtPlusPlus/api/interfaces/IComparableRecipe.java +++ /dev/null @@ -1,8 +0,0 @@ -package gtPlusPlus.api.interfaces; - -import gregtech.api.util.GT_Recipe; -import gregtech.api.util.GTPP_Recipe; - -public interface IComparableRecipe extends Comparable{ - -} -- cgit