QMD

QMD

109k Downloads

Incorrect recipe with electrolysing salt

player19375 opened this issue ยท 1 comments

commented

Screenshot 2021-08-02 at 00 56 05

The recipe for electrolysing salt gives 2 buckets of hydrogen and 1 bucket of chlorine per bucket of salt solution. It should give 2 buckets of sodium hydroxide instead of hydrogen. (Assuming that capturing the hydrogen from that process is not easy to do)

Edit: It looks like it's an issue in

NCRecipes.electrolyzer.addRecipe(fluidStack("sodium_chloride_solution", FluidStackHelper.BUCKET_VOLUME), fluidStack("hydrogen", FluidStackHelper.BUCKET_VOLUME*2), fluidStack("chlorine", FluidStackHelper.BUCKET_VOLUME), new EmptyFluidIngredient(), new EmptyFluidIngredient(), 1D, 1D);
,
where hydrogen is mentioned instead of sodium hydroxide.

commented

Fixed recipe for next release