Sounds.json doesnt work for multiple sounds playing one file
If you make multiple sounds in sounds.json point to one audio file, only the first definition works, and the rest are ignored:
{
"ambient.cave.cave": {
"category": "ambient", "subtitle": "Test",
"sounds": ["test"]
},
"ambient.weather.rain": {
"category": "weather", "subtitle": "Test 2",
"sounds": ["test"]
}
}
If you try using /playsound on ambient.cave.cave, it works fine, however ambient.weather.rain has no changes.
2018-09-10, 03:56 PM
2018-12-27, 10:30 PM
2018-12-27, 10:30 PM
1
1
-