Bump protocol to 1.17.1
Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
@ -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.
|
||||||
|
@ -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
|
||||||
|
@ -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 {
|
||||||
|
Reference in New Issue
Block a user