From 708fb963f6a848aa808b59dd9156840b018c2d12 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Wed, 6 Jan 2016 15:26:47 +0100 Subject: [PATCH] update flying-squid and mineflayer urls (which both moved to PrismarineJS) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5032b9..595778c 100644 --- a/README.md +++ b/README.md @@ -30,12 +30,12 @@ Parse and serialize minecraft packets, plus authentication and encryption. ## Projects Using node-minecraft-protocol - * [mineflayer](https://github.com/andrewrk/mineflayer/) - create minecraft + * [mineflayer](https://github.com/PrismarineJS/mineflayer/) - create minecraft bots with a stable, high level API. * [mcserve](https://github.com/andrewrk/mcserve) - runs and monitors your minecraft server, provides real-time web interface, allow your users to create bots. - * [flying-squid](https://github.com/mhsjlw/flying-squid) create minecraft + * [flying-squid](https://github.com/PrismarineJS/flying-squid) create minecraft servers with a high level API, also a minecraft server by itself. ## Usage