1.17.10 protocol support (#109)
* 1.17.10 support * add protocol.json * add extra particle IDs
This commit is contained in:
parent
1cdb0e4c55
commit
987bf43987
6 changed files with 9217 additions and 9 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue