Sound fixes
This commit is contained in:
parent
16959d5aa6
commit
d6c3aad6ad
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ public class EntityShadowWalker extends HostileEntity {
|
|||
|
||||
@Override
|
||||
protected float getSoundVolume() {
|
||||
return MHelper.randRange(0.4F, 0.6F, random);
|
||||
return MHelper.randRange(0.25F, 0.5F, random);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue