commit 46c6aeb86eb077b3162de75b6c1cd56590afc66e Author: Andrew Kelley Date: Mon Dec 24 11:55:46 2012 -0700 initial commit 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.