So i wanted to make an custom map with some sounds in it, now when i press the button on the command block there is no sound, also when i put it in the chat there is no sound and it says player can't be found
in command block:
/playsound custom.Annabelle's Music Box @p ~ ~ ~ 1.0 1.0 1.0
Linked issues
Comments 13
Oh, Well I got a little bit closer to let it work i think. It now says played music to jordywiering(me) but there is no sound.
I will make a video for you to see whats going on,
this is my json file now:
{
"custom.fare": {
"sounds": [
{
"name": "custom/fare",
"stream": true
}]
}}
Here is the video:
https://www.youtube.com/watch?v=nY79xWCmH-A&feature=youtu.be
For me, the following sounds.json
works:
{
"custom.fare":
{
"sounds":
[
{
"name": "custom/fare",
"stream": true
}
]
}
}
Make sure that your sounds.json
is located at assets/minecraft/sounds.json
and that your fare.ogg
is located at assets/minecraft/sounds/custom/fare.ogg
. Finally make sure that you have selected your resourcepack. If you already have, press F3+S
ingame, which reloads all resources, including sounds. Now try again.
WAI. MC-19766