Skip to content

Commit

Permalink
Fixed old turtle scute item data displaying as air
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelli committed Aug 15, 2024
1 parent 3194c35 commit 8ab582d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/net/coreprotect/bukkit/Bukkit_v1_20.java
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ public String parseLegacyName(String name) {
case "GRASS":
name = "SHORT_GRASS";
break;
case "SCUTE":
name = "TURTLE_SCUTE";
break;
default:
break;
}
Expand Down

0 comments on commit 8ab582d

Please sign in to comment.