Skip to content
New issue

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

Path Finding: Make use of Villager's path-finding algorithm for players #292

Open
boholder opened this issue Jun 14, 2024 · 0 comments
Open
Labels
new-feature New functions

Comments

@boholder
Copy link
Collaborator

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

@boholder boholder added the new-feature New functions label Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature New functions
Projects
None yet
Development

No branches or pull requests

1 participant