OreCruncher / DynamicSurroundings

Dynamic Surroundings mod for Minecraft 1.10.x+
MIT License
120 stars 35 forks source link

Unable to create working RessourcePack with Biomes-specific musics #596

Open Nialcen opened 4 years ago

Nialcen commented 4 years ago

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 ?

OreCruncher commented 4 years ago

Can you post a link to your resource pack zip? A lot of times its a layout issue of some sort.

Nialcen commented 4 years ago

Of course, thank you for your fast answer. Here it come.

BiomesMusicByN.zip

Nialcen commented 4 years ago

Does it allow you to found out my mistakes ?

Nialcen commented 4 years ago

Any news ?

Nialcen commented 4 years ago

@OreCruncher ?

Nialcen commented 4 years ago

News ? @OreCruncher