Does not work with Terra Firma Craft biomes
EugeneReim opened this issue ยท 6 comments
Mod Version: 1.0.6.3
Forge Version: 10.13.4.1614
Description: I tried to configure this mod for biomes from the TFC and nothing happened
Here is the configuration file
{
"biomes":[
{
"biomeName":"(?i)(Mountains Edge)",
"sounds":[
{
"sound":"dsurround:crickets",
"volume":0.5
},
{
"sound":"dsurround:forest",
"volume":1.0
},
{
"sound":"dsurround:bird",
"volume":1.0
}
]
}
]
}