Add support for protocol version 800 (1.21.80)
Introduced support for protocol 800, including biome definitions, camera presets, and player list updates. Upgraded dependencies, adjusted mappings, and enhanced the README to reflect recent changes.
This commit is contained in:
@@ -3,6 +3,7 @@ package proto
|
||||
import "github.com/sandertv/gophertunnel/minecraft/protocol"
|
||||
|
||||
const (
|
||||
ID800 = 800 // v1.21.80
|
||||
ID786 = 786 // v1.21.70
|
||||
ID776 = 776 // v1.21.60
|
||||
ID766 = 766 // v1.21.50
|
||||
|
||||
Reference in New Issue
Block a user