Skip to content

Commit

Permalink
translation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlimiter committed Oct 5, 2022
1 parent 2986179 commit 96757e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public void setRarity(CompoundTag nbt) {
}

public String getName() {
return this.toString();
return this.toString().toLowerCase();
}

public String getColor() {
Expand Down

0 comments on commit 96757e8

Please sign in to comment.