aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities
diff options
context:
space:
mode:
authorbombcar <github@bombcar.com>2021-11-26 08:32:53 -0600
committerbombcar <github@bombcar.com>2021-11-26 08:32:53 -0600
commit0cf66de644598ef44ec662a46eeacb1dffbfd7a8 (patch)
tree239b5d576beae59620e6ecc22719abab5712bda6 /src/Java/gtPlusPlus/xmod/gregtech/common/tileentities
parent2b42cb27f84b23a38c154469575c108da29307b4 (diff)
downloadGT5-Unofficial-0cf66de644598ef44ec662a46eeacb1dffbfd7a8.tar.gz
GT5-Unofficial-0cf66de644598ef44ec662a46eeacb1dffbfd7a8.tar.bz2
GT5-Unofficial-0cf66de644598ef44ec662a46eeacb1dffbfd7a8.zip
turn tryfill public
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/tileentities')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/chemplant/GregtechMTE_ChemicalPlant.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/chemplant/GregtechMTE_ChemicalPlant.java b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/chemplant/GregtechMTE_ChemicalPlant.java
index 8d778d4e67..8c0af73282 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/chemplant/GregtechMTE_ChemicalPlant.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/chemplant/GregtechMTE_ChemicalPlant.java
@@ -768,6 +768,7 @@ public class GregtechMTE_ChemicalPlant extends GregtechMeta_MultiBlockBase {
updateSlots();
for (GT_MetaTileEntity_Hatch_Catalysts h : mCatalystBuses) {
h.updateSlots();
+ h.tryFillUsageSlots();
}
// Play sounds (GT++ addition - GT multiblocks play no sounds)