Support 1.21.124
This commit is contained in:
12
legacyver/v860.go
Normal file
12
legacyver/v860.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package legacyver
|
||||
|
||||
import (
|
||||
"github.com/akmalfairuz/legacy-version/legacyver/proto"
|
||||
)
|
||||
|
||||
func New860(dragonflyMapping bool) *Protocol {
|
||||
p := New859(dragonflyMapping)
|
||||
p.ver = "1.21.124"
|
||||
p.id = proto.ID860
|
||||
return p
|
||||
}
|
||||
Reference in New Issue
Block a user