From d478b66324f4bf6b154a75a994edf34e78dcc482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filiph=20Sandstr=C3=B6m?= Date: Wed, 14 Dec 2016 18:22:24 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6110a5..433bbe8 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ pocket-minecraft-protocol [![NPM version](https://img.shields.io/npm/v/pocket-minecraft-protocol.svg)](http://npmjs.com/package/pocket-minecraft-protocol) [![Join the chat at https://gitter.im/mhsjlw/pocket-minecraft-protocol](https://badges.gitter.im/mhsjlw/pocket-minecraft-protocol.svg)](https://gitter.im/mhsjlw/pocket-minecraft-protocol?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -Parse and serialize Minecraft PE packets. +Parse and serialize Minecraft PE packets (use [this](https://gist.github.com/filfat/eb6cd08e1e789b5924f7f733babc4a25) to generate the protocol data). ## Features - * Supports Minecraft Pocket Edition `0.16.0` + * Supports Minecraft Pocket Edition `1.0` * Pure JavaScript * Easily send and listen for any packet * RakNet support through [node-raknet](https://github.com/mhsjlw/node-raknet)