Update README.md

This commit is contained in:
Filiph Sandström 2016-12-14 18:22:24 +01:00 committed by GitHub
commit d478b66324

View file

@ -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)