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 #50 from GTNewHorizons/lineskip-for-cerium
Browse files Browse the repository at this point in the history
bastlineskip for cerium
  • Loading branch information
Dream-Master authored Jan 16, 2023
2 parents f1bdc43 + db51e64 commit cf5cd33
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/java/com/elisis/gtnhlanth/loader/RecipeLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,16 @@ public static void loadLanthanideRecipes() {
0);

// BEGIN Cerium
// Cerium-rich mixture + 3HCl = CeCl3 + Monazite (to allow cerium processing without bastnazite/monazite)
GT_Values.RA.addChemicalRecipe(
WerkstoffMaterialPool.CeriumRichMixture.get(OrePrefixes.dust, 15),
null,
Materials.HydrochloricAcid.getFluid(750),
Materials.Water.getFluid(750),
WerkstoffMaterialPool.CeriumChloride.get(OrePrefixes.dust, 1),
Materials.Monazite.getDust(1),
300,
450);
// CeO2 + 3NH4Cl + H = 3NH3 + CeCl3 + 2H2O
GT_Values.RA.addChemicalRecipe(
WerkstoffMaterialPool.CeriumDioxide.get(OrePrefixes.dust, 3),
Expand Down

0 comments on commit cf5cd33

Please sign in to comment.