Skip to content

Commit

Permalink
Merge pull request #1216 from Crindigo/hv-component-fix
Browse files Browse the repository at this point in the history
fixed eu/t requirements for HV circuit components
  • Loading branch information
trainvoi authored Jan 8, 2025
2 parents 02c927e + 32302e3 commit cdff3f8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions groovy/postInit/components/OpAmpCircuits.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ CIRCUIT_ASSEMBLER.recipeBuilder()
.fluidInputs(fluid('soldering_alloy') * 72)
.outputs(metaitem('voltage_regulator.hv.unsealed') * 2)
.duration(200)
.EUt(120)
.EUt(30)
.buildAndRegister()

CIRCUIT_ASSEMBLER.recipeBuilder()
Expand All @@ -105,7 +105,7 @@ CIRCUIT_ASSEMBLER.recipeBuilder()
.fluidInputs(fluid('tin') * 144)
.outputs(metaitem('voltage_regulator.hv.unsealed') * 2)
.duration(200)
.EUt(120)
.EUt(30)
.buildAndRegister()

CIRCUIT_ASSEMBLER.recipeBuilder()
Expand All @@ -118,7 +118,7 @@ CIRCUIT_ASSEMBLER.recipeBuilder()
.fluidInputs(fluid('silicone_rubber') * 72)
.outputs(metaitem('voltage_regulator.hv.unsealed') * 4)
.duration(200)
.EUt(120)
.EUt(30)
.buildAndRegister()

CIRCUIT_ASSEMBLER.recipeBuilder()
Expand Down Expand Up @@ -176,7 +176,7 @@ CIRCUIT_ASSEMBLER.recipeBuilder()
.fluidInputs(fluid('soldering_alloy') * 72)
.outputs(metaitem('protector_chip'))
.duration(200)
.EUt(120)
.EUt(30)
.buildAndRegister()

CIRCUIT_ASSEMBLER.recipeBuilder()
Expand All @@ -189,7 +189,7 @@ CIRCUIT_ASSEMBLER.recipeBuilder()
.fluidInputs(fluid('tin') * 144)
.outputs(metaitem('protector_chip'))
.duration(200)
.EUt(120)
.EUt(30)
.buildAndRegister()

CIRCUIT_ASSEMBLER.recipeBuilder()
Expand All @@ -201,7 +201,7 @@ CIRCUIT_ASSEMBLER.recipeBuilder()
.fluidInputs(fluid('silicone_rubber') * 72)
.outputs(metaitem('protector_chip'))
.duration(200)
.EUt(120)
.EUt(30)
.buildAndRegister()

// Integrated Logic Circuit * 2
Expand Down

0 comments on commit cdff3f8

Please sign in to comment.