-
Bug
-
Resolution: Incomplete
-
None
-
Minecraft 14w08a
-
None
-
OS: Windows 7 64-Bit
Java: 1.7.0_45
-
Unconfirmed
I made a resource pack and put a song in it. Here is the JSON code I used:
{
"custom.rs": {
"category": "master",
"sounds": [
]
},
"custom.rsi": {
"category": "master",
"sounds": [
]
},
"custom.rsee": {
"category": "master",
"sounds": [
]
}
}
The JSON is placed in the following folder: ...minecraft/resoursepacks/<Pack Name>/assets/minecraft
And its name in the folder is: sounds.json
When I am in game, and use the command "/playsound custom.rs @a ~ ~ ~ 1.0 1.0 1.0" the song plays perfectly fine. However, after the song ends, it will continuously loop.
EDIT: Upon further investigation, I realized it only loops when the song ends while you have a command block GUI up. After exiting from the command block, the song will loop. This might occur in other GUI's.