1.17.10 protocol support (#109)

* 1.17.10 support

* add protocol.json

* add extra particle IDs
This commit is contained in:
extremeheat 2021-07-14 17:30:10 -04:00 committed by GitHub
commit 987bf43987
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 9217 additions and 9 deletions

View file

@ -3,7 +3,7 @@ const bedrock = require('bedrock-protocol')
const server = new bedrock.createServer({
host: '0.0.0.0', // optional
port: 19132, // optional
version: '1.16.220', // The server version
version: '1.17.10', // The server version
motd: { // The message of the day
motd: 'Funtime Server',
levelName: 'Wonderland'