-
Bug
-
Resolution: Fixed
-
Minecraft 1.13-pre6, Minecraft 1.13-pre7, Minecraft 1.13-pre8, Minecraft 1.13-pre10, Minecraft 1.13, Minecraft 18w30a, Minecraft 18w30b, Minecraft 18w31a, Minecraft 18w32a, Minecraft 18w33a, Minecraft 1.13.1-pre1, Minecraft 1.13.1-pre2, Minecraft 1.13.1, Minecraft 1.13.2-pre1, Minecraft 1.13.2-pre2, Minecraft 1.13.2, Minecraft 18w43b, Minecraft 18w43c, Minecraft 18w44a, Minecraft 18w45a, Minecraft 18w48a, Minecraft 18w48b, Minecraft 18w49a, Minecraft 18w50a, Minecraft 19w02a, Minecraft 19w03a, Minecraft 19w04b, Minecraft 19w05a, Minecraft 19w06a, Minecraft 19w08b, Minecraft 19w09a, Minecraft 1.14.2, Minecraft 1.14.3 Pre-Release 2, 1.14.4, 19w42a, 1.15.1, 1.15.2 Pre-release 2
-
Confirmed
-
(Unassigned)
Background
Death messages are now translatable.
The bug
However, the death.attack.magic.player death message is untranslated.
Causes
This is most likely caused by the translation string not existing in the en_us.json file itself.
How to reproduce
- Either find or spawn a Zombie with this command:
/summon zombie
- Get close to the Zombie and then let it deal damage to you. When done, run this command quickly:
/effect give @s instant_damage 1 5 true
→ As expected in the first picture, you will notice that it displays death.attack.magic.player instead.
Possible fixes
This can be fixed by using a resource pack which can be downloaded below; or if you want to create your own, just follow the steps for creating one. Your en_us.json file must be on the assets/minecraft/lang folder of your resource pack and should have this code:
{ "death.attack.magic.player": "%1$s was killed by magic whilst trying to escape %2$s" }
As expected in the second picture, it is fixed with the resource pack we have just created. However, this should be fixed for other players by modifying the en_us.json file on the .jar itself in order to include the translation string.
- is duplicated by
-
MC-141775 Missing language string 'death.attack.magic.player'
- Resolved
-
MC-144238 Death Message issue when player kill himself
- Resolved
-
MC-151444 Bugged death message when killing yourself with your own tipped arrow
- Resolved
-
MC-152537 When a player is killed with Instant Damage II arrows, a strange death message is displayed.
- Resolved
-
MC-153890 Missing language Crossbow with Tipped Arrow kill
- Resolved
-
MC-154207 Wrong death message after being hit by an instant damage arrow.
- Resolved
-
MC-164557 When killed by magic and trying to escape, the game shows glitched death message
- Resolved
-
MC-183886 Strange Death Message in MC1.15.2
- Resolved
-
MC-186367 Broken killfeed message for shooting self with arrows of harming
- Resolved
-
MC-206492 Wrong death messege
- Resolved
- relates to
-
MC-18060 Several realms strings are untranslatable
- Resolved