sound tweaks

This commit is contained in:
Pyritie 2026-01-15 22:41:53 +00:00
parent ec62c392dd
commit e6f7b5e4ee
2 changed files with 33 additions and 2 deletions

View file

@ -1,7 +1,6 @@
{
"name": "lake",
"biomes": [
"river",
"lake",
"mountain_lake",
"old_mountain_lake",
@ -20,7 +19,21 @@
"files": [
"ambientsounds:water.ocean"
],
"volume": 0.4
"volume": 0.1
},
{
"name": "frog",
"category": "animal",
"files": [
"ambientsounds:animals.frog1",
"ambientsounds:animals.frog2"
],
"pause": {
"min": 2500,
"max": 7500
},
"day": 0.05,
"night": 0.15
}
]
}

View file

@ -0,0 +1,18 @@
{
"name": "river",
"biomes": [
"river"
],
"features": [
"water"
],
"sounds": [
{
"name": "ocean",
"files": [
"ambientsounds:water.ocean"
],
"volume": 0.65
}
]
}