aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTec <daniel112092@gmail.com>2022-01-31 21:24:59 +0100
committerTec <daniel112092@gmail.com>2022-01-31 21:24:59 +0100
commitab6597f3b81369b378c032471e15615f6d8638f1 (patch)
treecd6b22bb5ff207afa1550fbf0a5b867aa5e83e19 /src
parentceff554547d12021edc95f758ba50db2afe7285b (diff)
parentdc5084e77b8e2d527e3e020bd74be5c691b8925e (diff)
downloadGT5-Unofficial-ab6597f3b81369b378c032471e15615f6d8638f1.tar.gz
GT5-Unofficial-ab6597f3b81369b378c032471e15615f6d8638f1.tar.bz2
GT5-Unofficial-ab6597f3b81369b378c032471e15615f6d8638f1.zip
Merge branch 'NHmaster'
# Conflicts: # build.gradle
Diffstat (limited to 'src')
-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;
}