Add 1.21.70 support
This commit is contained in:
17
legacyver/all.go
Normal file
17
legacyver/all.go
Normal file
@@ -0,0 +1,17 @@
|
||||
package legacyver
|
||||
|
||||
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{
|
||||
New776(),
|
||||
New766(),
|
||||
New748(),
|
||||
New729(),
|
||||
New712(),
|
||||
New686(),
|
||||
New685(),
|
||||
New671(),
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user