From 4d99e1a00c2f33a04da1821d02c47d50a73df761 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Fri, 12 Feb 2016 14:41:47 +0100 Subject: [PATCH] add minecraft-protocol-forge plugin to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0dce864..a799816 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,12 @@ Parse and serialize minecraft packets, plus authentication and encryption. - Ping status * Robust test coverage. * Optimized for rapidly staying up to date with Minecraft protocol updates. + +## Third Party Plugins + +node-minecraft-protocol is pluggable. + +* [minecraft-protocol-forge](https://github.com/PrismarineJS/node-minecraft-protocol-forge) add forge support to minecraft-protocol ## Projects Using node-minecraft-protocol