Teleporting and having a sound play at the new location in the same tick shows no subtitle
See title.
If you create a function that both teleports the player away, and plays a sound at the new location, the sound is played, but no subtitle shows.
Steps to reproduce:
- Create a data pack with a function containing
teleport @s ~ ~50 ~ execute at @s run playsound minecraft:entity.arrow.hit_player master @s ~ ~ ~ 1
- Enable subtitles in the settings and make sure master slider is turned on
- Run the playsound command by itself /playsound minecraft:entity.arrow.hit_player master @s ~ ~ ~ 1
- Observe how the subtitle shows up
- Run the function /function <name you gave the file>
- Notice how you hear the sound, but no subtitle shows up