-
Bug
-
Resolution: Fixed
-
24w13a
-
None
-
Confirmed
-
Accessibility, Text
-
Very Important
-
1216380
-
Platform
The Bug:
The subtitle for the "minecraft:event.mob_effect.raid_omen" sound event displays as a raw translation string.
Steps to Reproduce:
- Ensure that you have subtitles enabled in your accessbility settings.
- Play the "minecraft:event.mob_effects.raid_omen" sound event by using the command provided below.
/playsound minecraft:event.mob_effect.raid_omen master @a
- Observe the subtitle that's displayed.
Observed Behavior:
The subtitle displays as the raw translation string "subtitle.event.mob_effects.raid_omen".
Because in sound.json this translation key misspelled "effect" with "effects"
Expected Behavior:
The subtitle would not display as a raw translation string.
- is duplicated by
-
MC-270045 If you have the Bad Omen buff and goto the village ,the subtitle will display"subtitle.event.mob_effects.raid_omen"
- Resolved