Skip to content

Commit

Permalink
Update chem formula
Browse files Browse the repository at this point in the history
  • Loading branch information
LazyFleshWasTaken authored Nov 20, 2024
1 parent f1ae142 commit b2cadc6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1844,7 +1844,7 @@ public class WerkstoffMaterialPool implements Runnable {
public static final Werkstoff CeriumDopedLutetiumAluminiumOxygenBlend = new Werkstoff(
new short[] { 128, 192, 80 },
"Cerium-doped Lutetium Aluminium Oxygen Blend",
subscriptNumbers("(Ce)Lu3Al5O12"),
subscriptNumbers("CeLu3(Al2O3)5"),
new Werkstoff.Stats(),
Werkstoff.Types.MATERIAL,
new Werkstoff.GenerationFeatures().disable()
Expand All @@ -1856,7 +1856,7 @@ public class WerkstoffMaterialPool implements Runnable {
public static final Werkstoff CeriumDopedLutetiumAluminiumGarnet = new Werkstoff(
new short[] { 144, 255, 63 },
"Cerium-doped Lutetium Aluminium Garnet (Ce:LuAG)",
subscriptNumbers("(Ce)Lu3Al5O12"),
subscriptNumbers("CeLu3(Al2O3)5"),
new Werkstoff.Stats(),
Werkstoff.Types.MATERIAL,
new Werkstoff.GenerationFeatures().disable()
Expand Down

0 comments on commit b2cadc6

Please sign in to comment.