Skip to content

Commit

Permalink
Fix muffled snow footstep sounds
Browse files Browse the repository at this point in the history
Signed-off-by: djpadbit <[email protected]>
  • Loading branch information
djpadbit committed Oct 25, 2019
1 parent 7c1b392 commit 56a53db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ private static Vec3d offsetSoundByName(final double soundX, final double soundY,
double tempNormZ = 0;

if (soundY % 1.0 < 0.001 || stepPattern.matcher(name).matches()) {
offsetY = 0.1875;
offsetY = 0.225;
}

if (category == SoundCategory.BLOCKS || blockPattern.matcher(name).matches() ||
Expand Down

0 comments on commit 56a53db

Please sign in to comment.