Skip to content

Commit

Permalink
fix chem formulas for a few lanth materials (#3744)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Robertz <[email protected]>
Co-authored-by: Maya <[email protected]>
  • Loading branch information
3 people authored Jan 3, 2025
1 parent f2376d8 commit 7745244
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ public class WerkstoffMaterialPool implements Runnable {
public static final Werkstoff NitratedRareEarthMonaziteConcentrate = new Werkstoff(
new short[] { 250, 223, 173 },
"Nitrogenated Monazite Rare Earth Concentrate",
subscriptNumbers("??LaNd??"),
subscriptNumbers("????"),
new Werkstoff.Stats(),
Werkstoff.Types.MIXTURE,
new Werkstoff.GenerationFeatures().disable()
Expand All @@ -236,7 +236,7 @@ public class WerkstoffMaterialPool implements Runnable {
public static final Werkstoff NitricMonaziteLeachedConcentrate = new Werkstoff(
new short[] { 244, 202, 22 },
"Nitric Monazite Leached Concentrate",
subscriptNumbers("??LaNd??"),
subscriptNumbers("????"),
new Werkstoff.Stats(),
Werkstoff.Types.MIXTURE,
new Werkstoff.GenerationFeatures().disable()
Expand Down Expand Up @@ -416,7 +416,7 @@ public class WerkstoffMaterialPool implements Runnable {
public static final Werkstoff SamaricResidue = new Werkstoff(
new short[] { 248, 243, 231 },
"Samaric Residue",
subscriptNumbers("??SmGd??"),
subscriptNumbers("Sm2Gd"),
new Werkstoff.Stats(),
Werkstoff.Types.MIXTURE,
new Werkstoff.GenerationFeatures().disable()
Expand Down

0 comments on commit 7745244

Please sign in to comment.