update bot to 1.17

This commit is contained in:
Tnze
2021-06-20 21:30:02 +08:00
parent fb1ca13563
commit 131c29ac69
2 changed files with 2 additions and 3 deletions

View File

@ -17,7 +17,7 @@ import (
)
// ProtocolVersion , the protocol version number of minecraft net protocol
const ProtocolVersion = 754
const ProtocolVersion = 755
const DefaultPort = 25565
// JoinServer connect a Minecraft server for playing the game.