diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2017-07-10 00:22:21 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2017-07-10 00:22:21 +1000 |
commit | 99ebf8e09d19c949af4986fa20459c8f87c455ea (patch) | |
tree | fa76c2ff4d0acc8ec4f0dbbcdbd11c053d842c13 /src/Java/gtPlusPlus/core/util/gregtech | |
parent | 28a80cb3dc2392a8adb501a6f5d67319e4ce8e10 (diff) | |
download | GT5-Unofficial-99ebf8e09d19c949af4986fa20459c8f87c455ea.tar.gz GT5-Unofficial-99ebf8e09d19c949af4986fa20459c8f87c455ea.tar.bz2 GT5-Unofficial-99ebf8e09d19c949af4986fa20459c8f87c455ea.zip |
$ Fixed .09 features trying to work in .08.
+ Moved lots of things to reflection again.
Diffstat (limited to 'src/Java/gtPlusPlus/core/util/gregtech')
-rw-r--r-- | src/Java/gtPlusPlus/core/util/gregtech/recipehandlers/GregtechRecipe.java | 14 |
1 files changed, 1 insertions, 13 deletions
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 |