9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00

Mushroom sounds

This commit is contained in:
Daniel Mills
2020-08-08 01:04:21 -04:00
parent 06b43059ca
commit 4d9de37db8
2 changed files with 12 additions and 1 deletions

View File

@@ -58,7 +58,7 @@
"volume": 6.2,
"minPitch": 0.2,
"maxPitch": 0.3,
"chance": 2
"chance": 8
}
],
"wall":{

View File

@@ -43,6 +43,17 @@
]
}
],
"effects": [
{
"interval": 6000,
"sound": "AMBIENT_WARPED_FOREST_ADDITIONS",
"soundDistance": 3,
"volume": 6.2,
"minPitch": 0.2,
"maxPitch": 0.3,
"chance": 8
}
],
"slab":{
"dispersion":"SCATTER",
"terrainZoom":0.35,