made the rain more quiet

This commit is contained in:
LAX1DUDE 2022-01-15 20:00:22 -08:00
parent e94d6ca965
commit 79659224c5
6 changed files with 18192 additions and 18198 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1171,9 +1171,9 @@ public class EntityRenderer {
this.rainSoundCounter = 0; this.rainSoundCounter = 0;
if (var10 > var2.posY + 1.0D && var3.getPrecipitationHeight(MathHelper.floor_double(var2.posX), MathHelper.floor_double(var2.posZ)) > MathHelper.floor_double(var2.posY)) { if (var10 > var2.posY + 1.0D && var3.getPrecipitationHeight(MathHelper.floor_double(var2.posX), MathHelper.floor_double(var2.posZ)) > MathHelper.floor_double(var2.posY)) {
this.mc.theWorld.playSound(var8, var10, var12, "ambient.weather.rain", 0.03F, 0.5F, false); this.mc.theWorld.playSound(var8, var10, var12, "ambient.weather.rain", 0.006F, 0.5F, false);
} else { } else {
this.mc.theWorld.playSound(var8, var10, var12, "ambient.weather.rain", 0.06F, 1.0F, false); this.mc.theWorld.playSound(var8, var10, var12, "ambient.weather.rain", 0.012F, 1.0F, false);
} }
} }
} }

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long