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

Commit

Permalink
fix bismuth telluride naming (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAPenguin0 authored May 22, 2024
1 parent 5df2d9d commit 5a0ef92
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit 5a0ef92

Please sign in to comment.