aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/recipes/GregtechRecipeAdder.java
diff options
context:
space:
mode:
authorDaniel <daniel112092@gmail.com>2017-12-11 04:42:42 +0100
committerAlkalus <draknyte1@hotmail.com>2017-12-11 13:42:42 +1000
commit482ac5d06ccaa1e553f0d8d0345a95f173d41160 (patch)
tree421c288ed777a8b47af0cfb1c3cd66f36adf3a22 /src/Java/gtPlusPlus/xmod/gregtech/recipes/GregtechRecipeAdder.java
parenta57202442fec5f72268e622b53fb7dc626f7bdc9 (diff)
downloadGT5-Unofficial-482ac5d06ccaa1e553f0d8d0345a95f173d41160.tar.gz
GT5-Unofficial-482ac5d06ccaa1e553f0d8d0345a95f173d41160.tar.bz2
GT5-Unofficial-482ac5d06ccaa1e553f0d8d0345a95f173d41160.zip
Merge GTNH features and changes (#160)
+ GTNH full compat mode. + Added boiler config, recipes changes and minor tweaks. $ Fix nbtutuls. $ Tree farm fixes. % Pipe and cable rendering tweaks.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/recipes/GregtechRecipeAdder.java')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/recipes/GregtechRecipeAdder.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/recipes/GregtechRecipeAdder.java b/src/Java/gtPlusPlus/xmod/gregtech/recipes/GregtechRecipeAdder.java
index ae05fdcaa4..3c43e73faf 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/recipes/GregtechRecipeAdder.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/recipes/GregtechRecipeAdder.java
@@ -255,10 +255,6 @@ public class GregtechRecipeAdder implements IGregtech_RecipeAdder {
}catch (final NullPointerException e){Utils.LOG_WARNING("FAILED TO LOAD RECIPES - NULL POINTER SOMEWHERE");return false;}
}
-
-
-
-
@Override
public boolean addBlastSmelterRecipe(final ItemStack[] aInput, FluidStack aOutput, final int aChance, int aDuration, final int aEUt) {
if ((aInput == null) || (aOutput == null)) {