1
0
mirror of https://github.com/cabaletta/baritone synced 2024-12-18 05:04:41 +00:00

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

View File

@ -754,7 +754,7 @@ public final class Settings {
/** /**
* The number of ticks to average across for {@link #smoothLook}; * 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. * When true, the player will remain with its existing look direction as often as possible.