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

Fix bismuth telluride name #13

Merged
merged 1 commit into from
May 22, 2024
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 @@ -556,7 +556,9 @@ public static void setUp() {
);
public static final Werkstoff BismuthTellurite = new Werkstoff(
new short[] { 32, 72, 32, 0 },
"Bismuth Tellurite",
// Telluride is correct, tellurite is not.
// Only the display name gets renamed to avoid problems in other mods
"Bismuth Telluride",
new Werkstoff.Stats().setElektrolysis(true),
Werkstoff.Types.COMPOUND,
new Werkstoff.GenerationFeatures().disable().onlyDust().addChemicalRecipes(),
Expand Down