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:
@@ -5,6 +5,7 @@ import "github.com/sandertv/gophertunnel/minecraft"
|
||||
// All returns a slice of all legacy protocol versions that are supported.
|
||||
func All() []minecraft.Protocol {
|
||||
return []minecraft.Protocol{
|
||||
New786(),
|
||||
New776(),
|
||||
New766(),
|
||||
New748(),
|
||||
|
||||
Reference in New Issue
Block a user