looks better

This commit is contained in:
Leijurv 2023-08-01 11:30:30 -07:00
parent 231d3a376b
commit 7813a9caba
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 1 additions and 1 deletions

View File

@ -754,7 +754,7 @@ public final class Settings {
/**
* The number of ticks to average across for {@link #smoothLook};
*/
public final Setting<Integer> smoothLookTicks = new Setting<>(10);
public final Setting<Integer> smoothLookTicks = new Setting<>(5);
/**
* When true, the player will remain with its existing look direction as often as possible.