From 6505252702d8aef3ca0d89c788a54adbc1ebe91d Mon Sep 17 00:00:00 2001 From: bruberu <80226372+bruberu@users.noreply.github.com> Date: Tue, 17 Dec 2024 20:43:09 -0600 Subject: [PATCH] fix: soda ash removal EUt change --- groovy/postInit/chemistry/ChemistryOverhaul.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/groovy/postInit/chemistry/ChemistryOverhaul.groovy b/groovy/postInit/chemistry/ChemistryOverhaul.groovy index f57dbcb41..4f3b45824 100644 --- a/groovy/postInit/chemistry/ChemistryOverhaul.groovy +++ b/groovy/postInit/chemistry/ChemistryOverhaul.groovy @@ -763,8 +763,8 @@ DISTILLERY.recipeBuilder() // Soda Ash (Sodium Carbonate) Dust * 1 mods.gregtech.centrifuge.removeByInput(30, null, [fluid('gtfo_sodium_carbonate_solution') * 1000]) // Sodium Carbonate Solution * 1000 -mods.gregtech.mixer.removeByInput(30, [metaitem('dustSodaAsh')], [fluid('water') * 1000]) -mods.gregtech.blender.removeByInput(30, [metaitem('dustSodaAsh')], [fluid('water') * 1000]) +mods.gregtech.mixer.removeByInput(8, [metaitem('dustSodaAsh')], [fluid('water') * 1000]) +mods.gregtech.blender.removeByInput(8, [metaitem('dustSodaAsh')], [fluid('water') * 1000]) // Dutched Chocolate Liquor * 1 mods.gregtech.chemical_bath.removeByInput(540, [metaitem('gregtechfoodoption:chocolate_liquor_refined_crushed')], [fluid('gtfo_sodium_carbonate_solution') * 1000])