aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/com/github/technus/tectech/recipe/TT_recipeAdder.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/com/github/technus/tectech/recipe/TT_recipeAdder.java b/src/main/java/com/github/technus/tectech/recipe/TT_recipeAdder.java
index 97cd4a6ea6..5f6fe08b5b 100644
--- a/src/main/java/com/github/technus/tectech/recipe/TT_recipeAdder.java
+++ b/src/main/java/com/github/technus/tectech/recipe/TT_recipeAdder.java
@@ -35,7 +35,7 @@ public class TT_recipeAdder extends GT_RecipeAdder {
if(aFluidInputs==null) {
aFluidInputs = nullFluid;
}
- if (aResearchItem==null || totalComputationRequired<=0 || aOutput == null || aInputs.length>15) {
+ if (aResearchItem==null || totalComputationRequired<=0 || aOutput == null || aInputs.length>16) {
return false;
}
for(ItemStack tItem : aInputs){
@@ -59,7 +59,7 @@ public class TT_recipeAdder extends GT_RecipeAdder {
if(aFluidInputs==null) {
aFluidInputs = nullFluid;
}
- if (aResearchItem==null || totalComputationRequired<=0 || aOutput == null || aInputs.length>15 || aFluidInputs.length>4 || assDuration<=0 || assEUt<=0) {
+ if (aResearchItem==null || totalComputationRequired<=0 || aOutput == null || aInputs.length>16 || aFluidInputs.length>4 || assDuration<=0 || assEUt<=0) {
return false;
}