Skip to content

Commit

Permalink
Merge pull request #1198 from Crindigo/stephanite-chlorine-fix
Browse files Browse the repository at this point in the history
Revert chlorine back to 5000L in stephanite leach electrolysis
  • Loading branch information
trainvoi authored Dec 28, 2024
2 parents 004fd61 + 0ddfcdf commit cae8db5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ ELECTROLYTIC_CELL.recipeBuilder()
.notConsumable(metaitem('stickSilver'))
.notConsumable(metaitem('graphite_electrode'))
.outputs(metaitem('dustSilver') * 5)
.fluidOutputs(fluid('chlorine') * 2500)
.fluidOutputs(fluid('chlorine') * 5000)
.fluidOutputs(fluid('sodium_cyanide_solution') * 20000)
.duration(480)
.EUt(Globals.voltAmps[2])
Expand Down

0 comments on commit cae8db5

Please sign in to comment.