Skip to content

Commit

Permalink
fix: soda ash removal EUt change
Browse files Browse the repository at this point in the history
  • Loading branch information
bruberu committed Dec 18, 2024
1 parent 7035fa8 commit 6505252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions groovy/postInit/chemistry/ChemistryOverhaul.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down

0 comments on commit 6505252

Please sign in to comment.