From e2fd19fd71787d57c0bdf3fe3dac017032e22aa0 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Fri, 20 Mar 2020 23:43:24 +0100 Subject: [PATCH] add minecraft-packet-debugger to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c64a3a..5d3f2dd 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ node-minecraft-protocol is pluggable. create bots. * [flying-squid](https://github.com/PrismarineJS/flying-squid) create minecraft servers with a high level API, also a minecraft server by itself. + * [minecraft-packet-debugger](https://github.com/wvffle/minecraft-packet-debugger) to easily debug your minecraft packets ## Usage