Initialize Commit
This commit is contained in:
16
codec/component/pot_decorations.go
Normal file
16
codec/component/pot_decorations.go
Normal file
@ -0,0 +1,16 @@
|
||||
package component
|
||||
|
||||
import "git.konjactw.dev/patyhank/minego/codec/data/slot"
|
||||
|
||||
//codec:gen
|
||||
type PotDecorations struct {
|
||||
Decorations []int32 `mc:"PrefixedArray"`
|
||||
}
|
||||
|
||||
func (*PotDecorations) Type() slot.ComponentID {
|
||||
return 65
|
||||
}
|
||||
|
||||
func (*PotDecorations) ID() string {
|
||||
return "minecraft:pot_decorations"
|
||||
}
|
Reference in New Issue
Block a user