Skip to content

Commit

Permalink
1.17.10 protocol support (#109)
Browse files Browse the repository at this point in the history
* 1.17.10 support

* add protocol.json

* add extra particle IDs
  • Loading branch information
extremeheat authored Jul 14, 2021
1 parent 1cdb0e4 commit 987bf43
Show file tree
Hide file tree
Showing 6 changed files with 9,217 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is a work in progress. You can track the progress in https://github.com/Pri

## Features

- Supports Minecraft Bedrock version 1.16.201, 1.16.210, 1.16.220, 1.17.0
- Supports Minecraft Bedrock version 1.16.201, 1.16.210, 1.16.220, 1.17.0, 1.17.10
- Parse and serialize packets as JavaScript objects
- Automatically respond to keep-alive packets
- [Proxy and mitm connections](docs/API.md)
Expand Down Expand Up @@ -69,7 +69,7 @@ const bedrock = require('bedrock-protocol')
const server = new bedrock.createServer({
host: '0.0.0.0', // optional. host to bind as.
port: 19132, // optional
version: '1.16.220', // optional. The server version, latest if not specified.
version: '1.17.10', // optional. The server version, latest if not specified.
})

server.on('connect', client => {
Expand Down
Loading

0 comments on commit 987bf43

Please sign in to comment.