Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spawn biome tooltip shows Java object ID (biome.net.minecraft.world.level.biome.Biome@<...>) instead of biome name #532

Open
kwyntes opened this issue Feb 25, 2025 · 0 comments
Labels

Comments

@kwyntes
Copy link

kwyntes commented Feb 25, 2025

Image

Seems to be caused by this function:

public List<String> toStringList() {
  // TODO: fix this to string function
  return biomes.stream().filter(biome -> !biome.toString().equals("")).map(biome -> "  " + I18n.get("biome." + biome.toString().replace(":","."))).collect(Collectors.toList());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants