Skip to content

Commit

Permalink
Change boron trioxide input to 720L as it's a molten material to fix …
Browse files Browse the repository at this point in the history
…stoic
  • Loading branch information
Crindigo committed Jan 3, 2025
1 parent 9bb9fe7 commit 0aea1ed
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 0aea1ed

Please sign in to comment.