From a95fe18a4d8550437391f5ac2dcf7dcab0f66ab2 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 7 Jan 2013 14:42:28 -0500 Subject: [PATCH] add link to mineflayer in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 69b31c9..18ef5eb 100644 --- a/README.md +++ b/README.md @@ -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