Skip to content

Commit

Permalink
Merge pull request #1197 from trainvoi/fix-#1196
Browse files Browse the repository at this point in the history
fix #1196
  • Loading branch information
trainvoi authored Dec 28, 2024
2 parents cae8db5 + fb2f436 commit a6b45b5
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 @@ -3127,7 +3127,7 @@ MIXER.recipeBuilder()
/*DISTILLATION_TOWER.recipeBuilder()
.disableDistilleryRecipes()
.circuitMeta(1)
.fluidInputs(fluid('diluted_ammonia_solution') * 1000)
.fluidInputs(fluid('diluted_ammonia_solution') * 2000)
.fluidOutputs(fluid('water') * 2000)
.fluidOutputs(fluid('ammonia') * 1000)
.duration(40)
Expand All @@ -3136,7 +3136,7 @@ MIXER.recipeBuilder()

DISTILLATION_TOWER.recipeBuilder()
//.circuitMeta(2)
.fluidInputs(fluid('diluted_ammonia_solution') * 1000)
.fluidInputs(fluid('diluted_ammonia_solution') * 2000)
.fluidOutputs(fluid('ammonia_solution') * 1000)
.fluidOutputs(fluid('water') * 1000)
.duration(20)
Expand Down

0 comments on commit a6b45b5

Please sign in to comment.