Sound fixes

This commit is contained in:
paulevsGitch 2020-11-08 15:29:18 +03:00
parent 16959d5aa6
commit d6c3aad6ad

View file

@ -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