Unable to create working RessourcePack with Biomes-specific musics
Nialcen opened this issue ยท 6 comments
Mod Version:
DynamicSurroundings-1.12.2-3.6.1.0.jar
Forge Version:
1.12.2-forge-14.23.5.2854
Description:
I try to create a RessourcePack to play specifics musics for specific biomes, using this pack as a model, and this page in order to modify it.
Pack (BiomesMusicByN.zip) :
pack.mcmeta
pack.png
/assets/dsurround/configure.json
/assets/dsurround/manifest.json
/assets/dsurround_BiomesMusicByN/sounds.json
/assets/dsurround_BiomesMusicByN/sounds/forest.ogg
configure.json :
{
"biomes": [
{
"conditions": "TRUE",
"_comment": "Dynamic forest music",
"sounds": [
{
"sound": "dsurround_BiomesMusicByN:forest",
"volume": 1
}
]
}
]
}
sounds.json :
{
"forest": {
"category": "music",
"sounds": [
{
"name": "dsurround_BiomesMusicByN:forest",
"volume": 0.75,
"stream": true
}
]
}
}
In game :
Ressource pack is properly added.
All sound and music settings are set on 100%.
I only got standard minecraft music, and with some modifications, I got no music at all.
Any hints on what I'm doing wrong ?
Can you post a link to your resource pack zip? A lot of times its a layout issue of some sort.
Of course, thank you for your fast answer. Here it come.
News ? @OreCruncher