Skip to content

Stable v1.0.4

Latest
Compare
Choose a tag to compare
@firejoust firejoust released this 17 Apr 02:31
· 4 commits to main since this release
  • Replace Direction hazard with Avoid (Changed arguments: bot -> position)
  • Fix a bug preventing certain nodes from being accessed due to avoid blocks returning null
  • Cost calculation now considers the height difference between two nodes (cost += |Node B Height - Node A Height|)
  • Updated type defs