Skip to content

Commit

Permalink
Changed EUt of initial HV circuits to 30 from 120 because you need HV…
Browse files Browse the repository at this point in the history
… circuits for the MV circuit assembler
  • Loading branch information
Crindigo committed Jan 5, 2025
1 parent 8b43d5b commit 13eb41a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions groovy/postInit/components/OpAmpCircuits.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ CIRCUIT_ASSEMBLER.recipeBuilder()
.fluidInputs(fluid('soldering_alloy') * 72)
.outputs(metaitem('circuit.advanced_integrated') * 2)
.duration(200)
.EUt(120)
.EUt(30)
.buildAndRegister()

CIRCUIT_ASSEMBLER.recipeBuilder()
Expand All @@ -266,5 +266,5 @@ CIRCUIT_ASSEMBLER.recipeBuilder()
.fluidInputs(fluid('tin') * 144)
.outputs(metaitem('circuit.advanced_integrated') * 2)
.duration(120)
.EUt(120)
.buildAndRegister()
.EUt(30)
.buildAndRegister()

0 comments on commit 13eb41a

Please sign in to comment.