From 4b76af2487bbbbee1e7ce844501dc84fab29dba3 Mon Sep 17 00:00:00 2001 From: Leijurv Date: Sat, 29 Sep 2018 07:30:56 -0700 Subject: [PATCH] update settings link --- FEATURES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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