aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/api/interfaces/IComparableRecipe.java
diff options
context:
space:
mode:
authorJohann Bernhardt <johann.bernhardt@tum.de>2021-12-12 19:38:06 +0100
committerJohann Bernhardt <johann.bernhardt@tum.de>2021-12-12 19:38:06 +0100
commit311ab89f93558233a40079f7cb16605b141b5346 (patch)
treec5f44ef47f441a57c5f57aa801f639c7879ed760 /src/Java/gtPlusPlus/api/interfaces/IComparableRecipe.java
parent896143b96132f5ac54aa8d8f7386f27487e5e530 (diff)
downloadGT5-Unofficial-311ab89f93558233a40079f7cb16605b141b5346.tar.gz
GT5-Unofficial-311ab89f93558233a40079f7cb16605b141b5346.tar.bz2
GT5-Unofficial-311ab89f93558233a40079f7cb16605b141b5346.zip
Move sources and resources
Diffstat (limited to 'src/Java/gtPlusPlus/api/interfaces/IComparableRecipe.java')
-rw-r--r--src/Java/gtPlusPlus/api/interfaces/IComparableRecipe.java8
1 files changed, 0 insertions, 8 deletions
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<GT_Recipe>{
-
-}