The bug
The command feedback messages for /locatebiome do not fit for all biomes, e.g.:
The nearest The Void is at [11, ~, -85] (0 blocks away)Affected messages:
"commands.locatebiome.success": "The nearest %s is at %s (%s blocks away)"Note: commands.locatebiome.notFound has been fixed in 20w18a:
Could not find a biome of type The End within reasonable distanceHow to reproduce
In a world of type "The Void" use:
/locatebiome minecraft:the_voidLinked issues
is duplicated by 1
Comments 2
Yeah he's right. Only the failure message was fixed, not the success message.
For those who are wondering what the new wording in the fix for the failure message is, they added "biome of type" before the biome name. As in: "Could not find a biome of type <biome name> within reasonable distance"
So I guess if they fix the success message it will be "The nearest biome of type <biome name> is at <coordinates> (<distance> blocks away)"
"commands.locatebiome.success": "The nearest %s is at %s (%s blocks away)"
Was not changed, should this be re-opened?