adds wind sounds to mars/venus/europa

This commit is contained in:
Pyritie 2025-10-07 23:38:48 +01:00
parent 75a2726d61
commit 2befba5fd5

View file

@ -0,0 +1,23 @@
{
"name": "ad_astra",
"dimension-names": [
"mars",
"venus",
"glacio"
],
"biome-selector": {
"always": false
},
"regions": [
{
"name": "wind",
"volume": 0.3,
"bad-regions": [
"cave-ambience"
],
"sound-collections": [
"wind"
]
}
]
}