Skip to content

Commit

Permalink
Merge pull request #1208 from Crindigo/boron-trioxide-rf-fix
Browse files Browse the repository at this point in the history
Change boron trioxide input to 720L in RF boron trichloride recipe
  • Loading branch information
bruberu authored Jan 4, 2025
2 parents 9bb9fe7 + 0aea1ed commit 8b43d5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ BATCH_REACTOR.recipeBuilder()
.buildAndRegister()

REACTION_FURNACE.recipeBuilder()
.fluidInputs(fluid('boron_trioxide') * 1000)
.fluidInputs(fluid('boron_trioxide') * 720)
.fluidInputs(fluid('chlorine') * 6000)
.inputs(metaitem('dustCarbon') * 3)
.fluidOutputs(fluid('boron_trichloride') * 2000)
Expand Down

0 comments on commit 8b43d5b

Please sign in to comment.