Skip to content

Commit

Permalink
Fix Debrominated brine not having any usage (#2133)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungOnionMC authored and krossgg committed Oct 13, 2024
1 parent a49c77e commit 5226cf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ private static void bromineProcess(RecipeOutput provider) {
CENTRIFUGE_RECIPES.recipeBuilder("debrominated_brine_decomposition")
.inputFluids(DebrominatedBrine.getFluid(2000))
.outputFluids(SaltWater.getFluid(1000))
.duration(60).EUt(VA[MV]);
.duration(60).EUt(VA[MV]).save(provider);
}

public static void iodineProcess(RecipeOutput provider) {
Expand Down

0 comments on commit 5226cf0

Please sign in to comment.