From 8744c2c9664d157bb80895ca6d2956931401f1e2 Mon Sep 17 00:00:00 2001 From: bombcar Date: Fri, 26 Nov 2021 09:00:23 -0600 Subject: Revert "Revert "turn tryfill public"" This reverts commit f19ff7aa5c13c6e4d4e26e5d3f825f30d80c8f9d. --- .../machines/multi/production/chemplant/GregtechMTE_ChemicalPlant.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines') 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) -- cgit