-
Bug
-
Resolution: Awaiting Response
-
None
-
1.16.3
-
Windows 10
-
Unconfirmed
-
(Unassigned)
If a volume of a sound is set 0.0, the whole sounds.json will be regarded invalid, including other valid entries.
{ "sound1": { "subtitle": "sound1", "sounds": [ { "name": "note/bell", "pitch": 0.890899 } ] }, "sound2": { "subtitle": "subtitles.traindoor.warning", "sounds": [ { "name": "note/bell", "volume": 0.0 } ] } }
if the sound2 volume is 0.0, then the sound1 and sound2 are both ignored.
See also MC-201966