aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/recipes
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2021-11-28 00:26:53 +0000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2021-11-28 00:26:53 +0000
commitc8e15b35fa6060e4c9fd45a61c1837e0289ee000 (patch)
tree9fa04a91f86966ed9fe14a9508ceb20778f9646e /src/Java/gtPlusPlus/xmod/gregtech/recipes
parentff6555028a9961167a37887b03a140cc099f4207 (diff)
downloadGT5-Unofficial-c8e15b35fa6060e4c9fd45a61c1837e0289ee000.tar.gz
GT5-Unofficial-c8e15b35fa6060e4c9fd45a61c1837e0289ee000.tar.bz2
GT5-Unofficial-c8e15b35fa6060e4c9fd45a61c1837e0289ee000.zip
Fix a heap of conflicting dehydrator recipes.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/recipes')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/recipes/GregtechRecipeAdder.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/recipes/GregtechRecipeAdder.java b/src/Java/gtPlusPlus/xmod/gregtech/recipes/GregtechRecipeAdder.java
index 0b4649e414..58f9f1d12c 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/recipes/GregtechRecipeAdder.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/recipes/GregtechRecipeAdder.java
@@ -332,7 +332,7 @@ public class GregtechRecipeAdder implements IGregtech_RecipeAdder {
* aOutputItems, aDuration, aEUt); return true; }
*/
- @Override
+ /*@Override
public boolean addDehydratorRecipe(final ItemStack aInput, final FluidStack aFluid, final ItemStack[] aOutput,
int aDuration, final int aEUt) {
Logger.WARNING("Trying to add a Dehydrator recipe.");
@@ -363,7 +363,7 @@ public class GregtechRecipeAdder implements IGregtech_RecipeAdder {
Logger.WARNING("FAILED TO LOAD RECIPES - NULL POINTER SOMEWHERE");
return false;
}
- }
+ }*/
@Override
public boolean addDehydratorRecipe(final ItemStack[] aInput, final FluidStack aFluidInput,