From 99ebf8e09d19c949af4986fa20459c8f87c455ea Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Mon, 10 Jul 2017 00:22:21 +1000 Subject: $ Fixed .09 features trying to work in .08. + Moved lots of things to reflection again. --- .../core/util/gregtech/recipehandlers/GregtechRecipe.java | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'src/Java/gtPlusPlus/core/util/gregtech') diff --git a/src/Java/gtPlusPlus/core/util/gregtech/recipehandlers/GregtechRecipe.java b/src/Java/gtPlusPlus/core/util/gregtech/recipehandlers/GregtechRecipe.java index 0c98751398..8ba355d57f 100644 --- a/src/Java/gtPlusPlus/core/util/gregtech/recipehandlers/GregtechRecipe.java +++ b/src/Java/gtPlusPlus/core/util/gregtech/recipehandlers/GregtechRecipe.java @@ -71,16 +71,4 @@ class LibProxy2 extends LibraryProxy { throw new RuntimeException(e); } } -} - -/*class Lib { // v1 - public static void addRecipe(ItemStack aInput, ItemStack aOutput) { - System.out.println("shit totally happened v1"); - } -} - -class Lib2 { // v2 - public static void addRecipe(ItemStack aInput, ItemStack aOutput, boolean hidden) { - System.out.println("shit totally happened v2"); - } -}*/ \ No newline at end of file +} \ No newline at end of file -- cgit