add link to mineflayer in README

This commit is contained in:
Andrew Kelley 2013-01-07 14:42:28 -05:00
parent d40c8c44e5
commit a95fe18a4d

View file

@ -24,6 +24,10 @@ Parse and serialize minecraft packets, plus authentication and encryption.
* Robust test coverage. See Test Coverage section below.
* Optimized for rapidly staying up to date with Minecraft protocol updates.
This package aims to be a low-level interface to the Minecraft protocol and
no more. If you want a higher-level API with which to write bots, see
[mineflayer](https://github.com/superjoe30/mineflayer/)
## Usage
### Echo client example