Skip to content

Commit

Permalink
fix: outdated entity name for mooshrooms
Browse files Browse the repository at this point in the history
  • Loading branch information
Thatsmusic99 committed Aug 24, 2024
1 parent 6b068f6 commit f47b5d6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,9 @@ public static String getMeta(Entity entity) {
builder.append(extend(villager.getProfession()));
break;
}
case "MOOSHROOM":
case "MUSHROOM_COW": {
builder.append(((MushroomCow) entity).getVariant());
builder.append(((MushroomCow) entity).getVariant().name());
break;
}
case "PANDA": {
Expand Down

0 comments on commit f47b5d6

Please sign in to comment.