diff --git a/FEATURES.md b/FEATURES.md index 172b2f87..71cb7f6c 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -19,7 +19,7 @@ Baritone uses a modified version of A*. - **Backtrack cost favoring** While calculating the next segment, Baritone favors backtracking its current segment slightly, as a tiebreaker. This allows it to splice and jump onto the next segment as early as possible, if the next segment begins with a backtrack of the current one. Example # Configuring Baritone -All the settings and documentation are here. +All the settings and documentation are here. To change a boolean setting, just say its name in chat (for example saying `allowBreak` toggles whether Baritone will consider breaking blocks). For a numeric setting, say its name then the new value (like `pathTimeoutMS 250`). It's case insensitive. # Goals