Skip to content

Commit

Permalink
Update ZirconiumChain.groovy
Browse files Browse the repository at this point in the history
I turned input on line 137 of calcium chloride to 3 from 6
  • Loading branch information
lemonelk authored Nov 21, 2024
1 parent 391732b commit 4242ef6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ BR.recipeBuilder()
.buildAndRegister()

BR.recipeBuilder()
.inputs(ore('dustCalciumChloride') * 6)
.inputs(ore('dustCalciumChloride') * 3)
.fluidInputs(fluid('zirconium_sulfate_solution') * 3000)
.outputs(metaitem('dustCalciumSulfate') * 6)
.fluidOutputs(fluid('zirconyl_chloride_solution') * 2000)
Expand Down

0 comments on commit 4242ef6

Please sign in to comment.