Skip to content

Commit

Permalink
Fix Red not auto-scanning (#519)
Browse files Browse the repository at this point in the history
* Fix Red not auto-scanning

* Fix Red not auto-scanning

Co-authored-by: Bart <[email protected]>
Co-authored-by: DevSolaris <[email protected]>
  • Loading branch information
3 people authored Jul 3, 2022
1 parent d07259e commit b4d06df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ public static String enName(@NotNull String material) {
case "PINK_WOOL":
name = "Pink";
break;
case "RED":
case "RED_WOOL":
name = "Red";
break;
case "LIGHT_GRAY_WOOL":
Expand Down

0 comments on commit b4d06df

Please sign in to comment.