Skip to content

Commit

Permalink
Fix registry issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mak8427 committed Jan 19, 2025
1 parent 76f2efb commit 43e8fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gtPlusPlus/core/material/MaterialsAlloy.java
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ public final class MaterialsAlloy {
new MaterialStack(MaterialsElements.getInstance().NIOBIUM, 2),
new MaterialStack(MaterialsElements.getInstance().ARGON, 5));

public static final Material BABBITT_ALLOY = new Material(
public static final Material BABBIT_ALLOY = new Material(
"Babbitt Alloy", // Material Name
MaterialState.SOLID, // State
null, // Material Colour
Expand Down

0 comments on commit 43e8fe1

Please sign in to comment.