forked from RepoMirrors/baritone
clarify this setting since its got a similar name
This commit is contained in:
parent
503f2fb197
commit
1d88564a72
|
@ -308,6 +308,8 @@ public final class Settings {
|
||||||
* Is it okay to sprint through a descend followed by a diagonal?
|
* Is it okay to sprint through a descend followed by a diagonal?
|
||||||
* The player overshoots the landing, but not enough to fall off. And the diagonal ensures that there isn't
|
* The player overshoots the landing, but not enough to fall off. And the diagonal ensures that there isn't
|
||||||
* lava or anything that's !canWalkInto in that space, so it's technically safe, just a little sketchy.
|
* lava or anything that's !canWalkInto in that space, so it's technically safe, just a little sketchy.
|
||||||
|
* <p>
|
||||||
|
* Note: this is *not* related to the allowDiagonalDescend setting, that is a completely different thing.
|
||||||
*/
|
*/
|
||||||
public final Setting<Boolean> allowOvershootDiagonalDescend = new Setting<>(true);
|
public final Setting<Boolean> allowOvershootDiagonalDescend = new Setting<>(true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue