aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorchochem <40274384+chochem@users.noreply.github.com>2023-08-14 17:04:35 +0100
committerGitHub <noreply@github.com>2023-08-14 18:04:35 +0200
commitbf20cf05e919ed5d447691f80e3fd0dcf88039bb (patch)
treeb4368a29cef2849566dfbbd8c20598669a1d2826 /src/main
parent7859a7053e1710ac09c0a60a57d149fa07afcf68 (diff)
downloadGT5-Unofficial-bf20cf05e919ed5d447691f80e3fd0dcf88039bb.tar.gz
GT5-Unofficial-bf20cf05e919ed5d447691f80e3fd0dcf88039bb.tar.bz2
GT5-Unofficial-bf20cf05e919ed5d447691f80e3fd0dcf88039bb.zip
add max parallel supplier (#721)
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/chemplant/GregtechMTE_ChemicalPlant.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/chemplant/GregtechMTE_ChemicalPlant.java b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/chemplant/GregtechMTE_ChemicalPlant.java
index dd0c981a8c..c454a1769e 100644
--- a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/chemplant/GregtechMTE_ChemicalPlant.java
+++ b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/chemplant/GregtechMTE_ChemicalPlant.java
@@ -626,7 +626,7 @@ public class GregtechMTE_ChemicalPlant extends GregtechMeta_MultiBlockBase<Gregt
.setEUtModifier(euModifier).enableBatchMode(batchSize).setConsumption(true)
.setOutputCalculation(true);
}
- };
+ }.setMaxParallelSupplier(this::getMaxParallelRecipes);
}
@Override