Bump protocol to 1.17.1

Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
jolheiser
2021-07-30 23:45:53 -05:00
parent 6500fbeaab
commit 7944d4d2e2
3 changed files with 3 additions and 3 deletions

View File

@ -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 = 755 const ProtocolVersion = 756
const DefaultPort = 25565 const DefaultPort = 25565
// JoinServer connect a Minecraft server for playing the game. // JoinServer connect a Minecraft server for playing the game.

View File

@ -13,7 +13,7 @@ import (
) )
const ( const (
protocolURL = "https://raw.githubusercontent.com/PrismarineJS/minecraft-data/master/data/pc/1.17/protocol.json" protocolURL = "https://raw.githubusercontent.com/PrismarineJS/minecraft-data/master/data/pc/1.17.1/protocol.json"
packetidTmpl = `// This file is automatically generated by gen_packetIDs.go. DO NOT EDIT. packetidTmpl = `// This file is automatically generated by gen_packetIDs.go. DO NOT EDIT.
package packetid package packetid

View File

@ -12,7 +12,7 @@ import (
) )
const ( const (
protocolURL = "https://pokechu22.github.io/Burger/1.17.json" protocolURL = "https://pokechu22.github.io/Burger/1.17.1.json"
) )
type sound struct { type sound struct {