Summary
- Adjust citizens pathfinder to use chebyshev heuristic with a more aggressive distance heuristic. Don't reweight nodes with less than 1 block improvement to path cost (commit: ac45de6) (details)
| The file was modified | src/main/java/net/citizensnpcs/api/astar/pathfinder/VectorGoal.java |
| The file was modified | src/main/java/net/citizensnpcs/api/astar/pathfinder/VectorNode.java |
| The file was modified | src/main/java/net/citizensnpcs/api/astar/PackedAStarStorage.java |