Skip to content

Commit

Permalink
Merge remote-tracking branch 'chochem/lanthanide-chem-formula-fixes' …
Browse files Browse the repository at this point in the history
…into dev
  • Loading branch information
Dream-Master committed Jan 3, 2025
2 parents ce6505b + fc16c8e commit 72c0ccb
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 72c0ccb

Please # to comment.