neuralgia/kubejs/assets/ambientsounds/basic/regions/lake.json
2026-02-08 13:55:25 +00:00

38 lines
568 B
JSON

{
"name": "lake",
"biomes": [
"lake",
"mountain_lake",
"old_mountain_lake",
"oceanic_mountain_lake",
"plateau_lake",
"volcanic_mountain_lake",
"volcanic_oceanic_mountain_lake"
],
"features": [
"water"
],
"sounds": [
{
"name": "ocean",
"files": [
"ambientsounds:water.ocean"
],
"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
}
]
}