From 56a53db2dd0493be7a57df79a408da0532bf2b4d Mon Sep 17 00:00:00 2001 From: djpadbit Date: Fri, 25 Oct 2019 18:29:07 +0200 Subject: [PATCH] Fix muffled snow footstep sounds Signed-off-by: djpadbit --- src/main/java/com/sonicether/soundphysics/SoundPhysics.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/sonicether/soundphysics/SoundPhysics.java b/src/main/java/com/sonicether/soundphysics/SoundPhysics.java index dbbc0d48..eff80bba 100644 --- a/src/main/java/com/sonicether/soundphysics/SoundPhysics.java +++ b/src/main/java/com/sonicether/soundphysics/SoundPhysics.java @@ -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() ||