24 lines
401 B
JSON
24 lines
401 B
JSON
{
|
|
"name": "mesa",
|
|
"biomes": [
|
|
"mountains",
|
|
"mountain_lake",
|
|
"volcanic_mountains",
|
|
"volcanic_mountain_lake",
|
|
"volcanic_oceanic_mountains",
|
|
"volcanic_oceanic_mountain_lake",
|
|
"martian_deep_desert",
|
|
"martian_dunes",
|
|
"martian_dune_edge",
|
|
"jagged_tablelands"
|
|
],
|
|
"sounds": [
|
|
{
|
|
"name": "wind-mesa",
|
|
"category": "wind",
|
|
"files": [
|
|
"ambientsounds:wind.mesa"
|
|
]
|
|
}
|
|
]
|
|
}
|