Skip to content
This repository has been archived by the owner on Dec 29, 2024. It is now read-only.

Update WerkstoffMaterialPool.java - Fix "Impure Samarium ..." naming #88

Merged
merged 5 commits into from
May 10, 2024
Merged
Changes from 3 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 @@ -981,20 +981,20 @@ public class WerkstoffMaterialPool implements Runnable {
offsetID5 + 3,
TextureSet.SET_FLUID);

public static final Werkstoff ImpureSamariumOxalate = new Werkstoff(
public static final Werkstoff SamariumOxalate = new Werkstoff(
new short[] { 248, 248, 180 },
"Impure Samarium Oxalate",
"Samarium(III) Oxalate",
subscriptNumbers("?Sm2(C2O4)3"),
new Werkstoff.Stats(),
Werkstoff.Types.MIXTURE,
new Werkstoff.GenerationFeatures().disable().onlyDust(),
offsetID5 + 4,
TextureSet.SET_DULL);

public static final Werkstoff ImpureSamariumChloride = new Werkstoff(
public static final Werkstoff SamariumChloride = new Werkstoff(
new short[] { 248, 248, 120 },
"Impure Samarium Chloride",
subscriptNumbers("?SmCl3"),
"Samarium(III)-Chloride",
subscriptNumbers("SmCI3"),
new Werkstoff.Stats(),
Werkstoff.Types.MIXTURE,
new Werkstoff.GenerationFeatures().disable().onlyDust().addMolten(),
Expand Down
Loading