Skip to content

Changes

Started 3 hr 26 min ago
Took 28 sec

Summary

  1. 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)
Commit ac45de640db33fc431dae480808fcd2e4fd1d441 by fullwall
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)
The file was modifiedsrc/main/java/net/citizensnpcs/api/astar/pathfinder/VectorGoal.java
The file was modifiedsrc/main/java/net/citizensnpcs/api/astar/pathfinder/VectorNode.java
The file was modifiedsrc/main/java/net/citizensnpcs/api/astar/PackedAStarStorage.java