Skip to content

Commit

Permalink
Update SilverChain.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
trainvoi committed Nov 21, 2024
1 parent 3b390d7 commit 6f648b0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ ELECTROLYTIC_CELL.recipeBuilder()

//STEPHANITE (100%)
BATCH_REACTOR.recipeBuilder()
.circuitMeta(1)
.circuitMeta(1)
.inputs(ore('dustStephanite'))
.inputs(ore('dustSodiumCyanide') * 15)
.fluidInputs(fluid('distilled_water') * 10000)
Expand All @@ -132,7 +132,7 @@ BATCH_REACTOR.recipeBuilder()
.buildAndRegister()

BATCH_REACTOR.recipeBuilder()
.circuitMeta(2)
.circuitMeta(2)
.inputs(ore('dustStephanite'))
.inputs(ore('dustSodiumCyanide') * 30)
.fluidInputs(fluid('distilled_water') * 20000)
Expand Down

0 comments on commit 6f648b0

Please sign in to comment.