update README

This commit is contained in:
Andrew Kelley 2013-02-12 13:58:53 -05:00
parent 5a1491ba78
commit 72fec007fc

View File

@ -23,9 +23,13 @@ Parse and serialize minecraft packets, plus authentication and encryption.
* Robust test coverage. See Test Coverage section below. * Robust test coverage. See Test Coverage section below.
* Optimized for rapidly staying up to date with Minecraft protocol updates. * 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 ## Projects Using node-minecraft-protocol
no more. If you want a higher-level API with which to write bots, see
[mineflayer](https://github.com/superjoe30/mineflayer/) * [mineflayer](https://github.com/superjoe30/mineflayer/) - create minecraft
bots with a stable, high level API.
* [mcserve](https://github.com/superjoe30/mcserve) - runs and monitors your
minecraft server, provides real-time web interface, allow your users to
create bots.
## Usage ## Usage