Squashed below commits
nbt chat message fixes some bug chunk temp relocate module items id
This commit is contained in:
@ -7,9 +7,9 @@ import (
|
||||
|
||||
"github.com/google/uuid"
|
||||
|
||||
"github.com/Tnze/go-mc/chat"
|
||||
pk "github.com/Tnze/go-mc/net/packet"
|
||||
"github.com/Tnze/go-mc/yggdrasil/user"
|
||||
"git.konjactw.dev/falloutBot/go-mc/chat"
|
||||
pk "git.konjactw.dev/falloutBot/go-mc/net/packet"
|
||||
"git.konjactw.dev/falloutBot/go-mc/yggdrasil/user"
|
||||
)
|
||||
|
||||
type Message struct {
|
||||
|
@ -6,7 +6,7 @@ import (
|
||||
|
||||
"github.com/google/uuid"
|
||||
|
||||
pk "github.com/Tnze/go-mc/net/packet"
|
||||
pk "git.konjactw.dev/falloutBot/go-mc/net/packet"
|
||||
)
|
||||
|
||||
type MessageBody struct {
|
||||
|
Reference in New Issue
Block a user