Skip to content

Commit

Permalink
Update SiliconChain.groovy
Browse files Browse the repository at this point in the history
fix wrong Disproportionated Trichlorosilane DT output
  • Loading branch information
h3tR authored Oct 23, 2024
1 parent 77cfa97 commit cdc4f8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ FBR.recipeBuilder()

DT.recipeBuilder()
.fluidInputs(fluid('disproportionated_trichlorosilane') * 2000)
.fluidOutputs(fluid('dichlorosilane') * 1000)
.fluidOutputs(fluid('silicon_tetrachloride') * 1000)
.fluidOutputs(fluid('dichlorosilane') * 1000)
.duration(100)
.EUt(120)
.buildAndRegister()
Expand Down

0 comments on commit cdc4f8e

Please sign in to comment.