made the rain more quiet
This commit is contained in:
parent
e94d6ca965
commit
79659224c5
12884
javascript/classes.js
12884
javascript/classes.js
File diff suppressed because it is too large
Load Diff
|
@ -1171,9 +1171,9 @@ public class EntityRenderer {
|
|||
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)) {
|
||||
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 {
|
||||
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
Loading…
Reference in New Issue
Block a user