We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Villagers can't climb ladder, which might be a problem.
the default pathfinding algorithms (that are thousands of lines of code in the server source) are faster, abstracted, and will catch far more edge cases than a simple <100 line brute-forcing, block-iterating algorithm. Not to put you off, but this really didn't need any rewriting. https://www.spigotmc.org/threads/a-pathfinding-algorithm-looking-for-feedback.59735/#post-658564
The text was updated successfully, but these errors were encountered:
There is an existing pathfinding mod might be useful https://github.com/cabaletta/baritone/blob/f6045b7cb480c4b9868a1e9eaf5662da3a5360a5/FEATURES.md
Sorry, something went wrong.
No branches or pull requests
Villagers can't climb ladder, which might be a problem.
The text was updated successfully, but these errors were encountered: