update bot to 1.17
This commit is contained in:
@ -1,6 +1,5 @@
|
|||||||
# Go-MC
|
# Go-MC
|
||||||

|

|
||||||

|
|
||||||
[](https://pkg.go.dev/github.com/Tnze/go-mc)
|
[](https://pkg.go.dev/github.com/Tnze/go-mc)
|
||||||
[](https://goreportcard.com/report/github.com/Tnze/go-mc)
|
[](https://goreportcard.com/report/github.com/Tnze/go-mc)
|
||||||
[](https://travis-ci.org/Tnze/go-mc)
|
[](https://travis-ci.org/Tnze/go-mc)
|
||||||
|
@ -17,7 +17,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// ProtocolVersion , the protocol version number of minecraft net protocol
|
// ProtocolVersion , the protocol version number of minecraft net protocol
|
||||||
const ProtocolVersion = 754
|
const ProtocolVersion = 755
|
||||||
const DefaultPort = 25565
|
const DefaultPort = 25565
|
||||||
|
|
||||||
// JoinServer connect a Minecraft server for playing the game.
|
// JoinServer connect a Minecraft server for playing the game.
|
||||||
|
Reference in New Issue
Block a user