From 46c6aeb86eb077b3162de75b6c1cd56590afc66e Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 24 Dec 2012 11:55:46 -0700 Subject: [PATCH] initial commit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ee64bd0 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# minecraft protocol + +This project simply provides protocol support. You'll want to use a higher +level library to write bots. + +Hopefully eventually we can merge +[mineflayer](https://github.com/superjoe30/mineflayer) with this project.