Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pathfinding and increase player path limit
The previous implementation didn't behave quite like A-* is supposed to. After trying to figure out what's causing it and giving up, I've reimplemented it in a straightforward manner. Now it seems to work a lot better. Also increases maximum player path length to 100 steps. We still only store the first 25 steps in the save file for vanilla compatibility.
- Loading branch information