1.19.2 chat support
This commit is contained in:
8
registry/chattype.go
Normal file
8
registry/chattype.go
Normal file
@ -0,0 +1,8 @@
|
||||
package registry
|
||||
|
||||
import "github.com/Tnze/go-mc/chat"
|
||||
|
||||
type ChatType struct {
|
||||
Chat chat.Decoration `nbt:"chat"`
|
||||
Narration chat.Decoration `nbt:"narration"`
|
||||
}
|
Reference in New Issue
Block a user