Skip to content

Commit

Permalink
fix(recipes): ✏️cleanup Sodium Chloride and Sodium Nitrate
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Feb 27, 2024
1 parent 0ebb155 commit 3a7543f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/mods/qmd.zs
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,12 @@ utils.rh(<qmd:chemical_dust:3>);

// Fix salt melting duplicate recipe
mods.nuclearcraft.Melter.removeRecipeWithOutput(<fluid:sodium_chloride> * 666);
mods.nuclearcraft.Crystallizer.removeRecipeWithInput(<fluid:sodium_chloride_solution> * 666);

// Sodium Nitrate (niter)
utils.rh(<qmd:chemical_dust:2>);
mods.nuclearcraft.Crystallizer.removeRecipeWithInput(<fluid:sodium_nitrate_solution> * 666);
mods.nuclearcraft.Crystallizer.addRecipe(<fluid:sodium_nitrate_solution> * 666, <thermalfoundation:material:772>);

////////////////////////////////////////
// Replacing Mercury with Quicksilver //
Expand Down

0 comments on commit 3a7543f

Please sign in to comment.