aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech
diff options
context:
space:
mode:
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_FluidCanning.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_FluidCanning.java b/src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_FluidCanning.java
index e803b29d1c..7bc0eacd4f 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_FluidCanning.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_FluidCanning.java
@@ -37,7 +37,7 @@ public class RecipeGen_FluidCanning extends RecipeGen_Base {
//Used to store Fluid extraction state
if (this.disableOptional) {
GT_Values.RA.addFluidExtractionRecipe(
- recipe.mInputs.length == 1 ? recipe.mInputs[0] : null, //Input
+ recipe.mInputs.length >= 1 ? recipe.mInputs[0] : null, //Input
recipe.mInputs.length == 2 ? recipe.mInputs[1] : null, //Input 2
recipe.mFluidOutputs.length == 1 ? recipe.mFluidOutputs[0] : null, //Fluid Output
recipe.mSpecialValue, //Chance