18 lines
206 B
JSON
18 lines
206 B
JSON
{
|
|
"name": "martian_lake",
|
|
"biomes": [
|
|
"martian_river"
|
|
],
|
|
"features": [
|
|
"water"
|
|
],
|
|
"sounds": [
|
|
{
|
|
"name": "ocean",
|
|
"files": [
|
|
"ambientsounds:water.ocean"
|
|
],
|
|
"volume": 0.1
|
|
}
|
|
]
|
|
}
|