From 9e5d63221090bb8ed7e441d9fc9e871597bcf017 Mon Sep 17 00:00:00 2001 From: Fiyorin ᵘʷᵘ <61357+Fiyorin@users.noreply.github.com> Date: Wed, 17 May 2023 21:29:35 +0200 Subject: ExxonMobile Chemical Plant: Fix the Blockrenderer Structure Preview (#632) * ExxonMobile Chemical Plant: Fix the Blockrenderer Structure Preview this makes it suggest to use only 1 Catalyst Housing. the multi can still form with 0 or multiple housings. recipes that require catalysts only work with 1 housing. * ExxonMobile Chemical Plant: Fix the Blockrenderer Structure Preview this makes it suggest to use only 1 Catalyst Housing. the multi can still form with 0 or multiple housings. recipes that require catalysts only work with 1 housing. * Merge remote-tracking branch 'origin/master' * Update GregtechMTE_ChemicalPlant.java --------- Co-authored-by: Fiyorin Co-authored-by: Martin Robertz --- .../machines/multi/production/chemplant/GregtechMTE_ChemicalPlant.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 f23483d8d0..0c21e1f838 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 @@ -234,6 +234,7 @@ public class GregtechMTE_ChemicalPlant extends GregtechMeta_MultiBlockBase t.mCatalystBuses.size() >= 1) .adder(GregtechMTE_ChemicalPlant::addChemicalPlantList) .casingIndex(getCasingTextureID()).dot(1).build(), allCasingsElement)) -- cgit