Skip to content

Commit

Permalink
Adjust grass and moss sounds to be slightly less harsh
Browse files Browse the repository at this point in the history
  • Loading branch information
Sollace committed Oct 6, 2023
1 parent 16c0dd3 commit e48ef1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
"array": [
{
"name": "grass.grass_walk",
"vol_min": 60,
"vol_min": 20,
"vol_max": 60
},
{
Expand All @@ -254,7 +254,7 @@
"array": [
{
"name": "grass.grass_run",
"vol_min": 60,
"vol_min": 20,
"vol_max": 60
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,8 @@
"minecraft:big_dripleaf_stem.messy": "MESSY_GROUND",
"minecraft:big_dripleaf_stem.foliage": "straw",

"minecraft:moss_block": "rug,grass",
"minecraft:moss_carpet": "rug,grass",
"minecraft:moss_block": "rug",
"minecraft:moss_carpet": "rug",
"minecraft:moss_carpet.carpet": "rug,grass",

"minecraft:azalea": "leaves",
Expand Down

0 comments on commit e48ef1a

Please sign in to comment.