Skip to content

Commit

Permalink
Incorrect ratios for lithium chloride! (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorbatron authored Oct 12, 2024
1 parent 484000a commit 9f0a00b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/zorbatron/zbgt/recipe/MaterialRecipes.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ protected static void init() {
private static void chemicalReactor() {
CHEMICAL_RECIPES.recipeBuilder()
.input(dust, Lithium)
.fluidInputs(Chlorine.getFluid(L))
.output(dust, LithiumChloride)
.fluidInputs(Chlorine.getFluid(1000))
.output(dust, LithiumChloride, 2)
.EUt(VA[MV]).duration(56)
.buildAndRegister();

Expand Down

0 comments on commit 9f0a00b

Please sign in to comment.