Skip to content
This repository has been archived by the owner on Dec 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #63 from chochem/removeduplicate
Browse files Browse the repository at this point in the history
Remove duplicate recipe
  • Loading branch information
Dream-Master authored Aug 26, 2023
2 parents ebfab9d + 4c5a439 commit dbdedef
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/main/java/com/elisis/gtnhlanth/loader/BotRecipes.java
Original file line number Diff line number Diff line change
Expand Up @@ -266,16 +266,6 @@ public static void addGTRecipe() {
100,
480);

// 2NaNO3 + H2SO4 = 2HNO3 + Na2SO4
GT_Values.RA.addChemicalRecipe(
WerkstoffLoader.SodiumNitrate.get(dust, 10),
C2,
Materials.SulfuricAcid.getFluid(1000),
Materials.NitricAcid.getFluid(2000),
WerkstoffLoader.Sodiumsulfate.get(dust, 7),
200,
120);

// N2H4O3 + NaOH + H =H2SO4= NH3 + HNO3 + Na + H2O
GT_Values.RA.addMultiblockChemicalRecipe(
new ItemStack[] { C24, AmmoniumNitrate.get(dust, 9), Materials.SodiumHydroxide.getDust(3) },
Expand Down

0 comments on commit dbdedef

Please sign in to comment.