Let external safewalk handle being safe.#4740
Merged
Merged
Conversation
Collaborator
|
Sorry, I do not think this is a good idea. Pressing shift while placing is needed to avoid interacting with blocks (will change in most cases once I finish #4705) and in the second case you disable forward movement for whatever reason, which, according to the comment there, will make it get stuck in some cases. |
Collaborator
|
Actually, I forgot about this: baritone/src/api/java/baritone/api/Settings.java Lines 175 to 179 in 0fe8c62 So I'd say if you remove the movement change (or explain why it is needed and doesn't break things) this is fine and #4705 can then reintroduce sneaking in some cases and remove the warning. |
Contributor
Author
|
Sorry, I kinda forgot about this. Removed movement change so it should be good now. |
rykr32
added a commit
to rykr32/baritone
that referenced
this pull request
Mar 19, 2026
Let external safewalk handle being safe.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#4739