add player package with key client-side player functionality, update protocol codecs, and refactor metadata definitions and slot usage
This commit is contained in:
4
go.mod
4
go.mod
@ -7,6 +7,10 @@ toolchain go1.24.4
|
||||
require (
|
||||
github.com/Tnze/go-mc v1.20.3-0.20241224032005-539b4a3a7f03
|
||||
github.com/google/uuid v1.6.0
|
||||
golang.org/x/exp v0.0.0-20250606033433-dcc06ee1d476
|
||||
golang.org/x/sync v0.16.0
|
||||
)
|
||||
|
||||
require github.com/go-gl/mathgl v1.2.0
|
||||
|
||||
replace github.com/Tnze/go-mc v1.20.3-0.20241224032005-539b4a3a7f03 => git.konjactw.dev/patyhank/go-mc v1.20.3-0.20250619063151-133e3fab4ac2
|
||||
|
Reference in New Issue
Block a user