Why isn't Minecraft playing my sounds?

st
4

I created a resource pack in Minecraft and inserted a sound there.

The problem is that I can use / playsound to select the sound, but it won't play.

My sounds.json file:

{
"start announcement": {
"sounds": [
{"name": "sounds: startansage.ogg",
"stream": true}
]
}
}

I have restarted the resource pack and Minecraft at least twice but it still doesn't work. And the file works too, so I can play it normally, without Minecraft.

Does anyone know why that is?

Po

That's up to .ogg. You have to delete that.

st

Thank you for your help, but unfortunately the file still won't play.

Po

You have one too many braces.

{
"start announcement": {
"sounds": [
{"name": "sounds: startansage", "stream": "true"}
]
}

st

Thank you very much. Worked.