Skip to content

Commit

Permalink
fix hydrogen peroxide recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
screret committed Dec 24, 2024
1 parent 9e4bff0 commit 8586e72
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,8 @@ public static void init(Consumer<FinishedRecipe> provider) {
CHEMICAL_RECIPES.recipeBuilder("hydrogen_peroxide")
.inputFluids(Hydrogen.getFluid(2000))
.inputFluids(Oxygen.getFluid(2000))
.circuitMeta(1)
.outputFluids(HydrogenPeroxide.getFluid(1000))
.duration(3000).EUt(VHA[HV]).save(provider);
}
}

0 comments on commit 8586e72

Please sign in to comment.