Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix chem formulas for a few lanth materials #3744

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading