Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 22a5b6e

Browse files
authored
Fix the pathfinder feature's loc in the README
1 parent 99acb3d commit 22a5b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ The default features are:
104104
105105
Additional features are:
106106
* batchnoise: Discrete Batched Perlin-like Noise, fast and multi-threaded - sent over once instead of having to query for every tile.
107-
* pathfinder: An a* pathfinder used for finding the shortest path in a static node map. Not to be used for a non-static map.
108107
* hash: Faster replacement for `md5`, support for SHA-1, SHA-256, and SHA-512. Requires OpenSSL on Linux.
108+
* pathfinder: An a* pathfinder used for finding the shortest path in a static node map. Not to be used for a non-static map.
109109
* redis_pubsub: Library for sending and receiving messages through Redis.
110110
* unzip: Function to download a .zip from a URL and unzip it to a directory.
111111
* worleynoise: Function that generates a type of nice looking cellular noise, more expensive than cellularnoise

0 commit comments

Comments
 (0)