Skip to content

Commit

Permalink
buff Indium (small over tiny dust)
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Aug 14, 2021
1 parent 6f82857 commit 59fb179
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ public static void init() {
CHEMICAL_RECIPES.recipeBuilder()
.input(dust, Aluminium, 4)
.fluidInputs(IndiumConcentrate.getFluid(1000))
.output(dustTiny, Indium)
.output(dustSmall, Indium)
.fluidOutputs(LeadZincSolution.getFluid(1000))
.duration(50).EUt(600).buildAndRegister();

Expand Down

0 comments on commit 59fb179

Please sign in to comment.