mojira.dev
MC-278465

Deprecated translation key is replaced with identical value

en_us.json contains the following lines:

"multiplayer.disconnect.invalid_public_key_signature": "Invalid signature for profile public key.\nTry restarting your game.",
  "multiplayer.disconnect.invalid_public_key_signature.new": "Invalid signature for profile public key.\nTry restarting your game.",

These 2 strings are identical!

deprecated.json renames multiplayer.disconnect.invalid_public_key_signature.new to multiplayer.disconnect.invalid_public_key_signature, but since their lines are already identical, this is completely redundant.

{
...
"renamed": [
....
"multiplayer.disconnect.invalid_public_key_signature.new": "multiplayer.disconnect.invalid_public_key_signature",
....
]
}

Comments 2

Thank you for your report!
After consideration, the issue is being closed as Working as Intended.

Please note, that mechanics of the game may change between updates.
Things such as graphics, sounds, world creation, biomes, redstone, villagers, and animals may not work the same in current versions.

Full Version HistorySnapshot Version HistoryThe official Minecraft feedback site

Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki

Really? This is just a waste of memory/data. There's no gain from doing this.

Dhranios

(Unassigned)

Confirmed

Text

1.21.3, 1.21.4 Pre-Release 1

Retrieved