Initialize Commit
This commit is contained in:
16
codec/component/use_remainder.go
Normal file
16
codec/component/use_remainder.go
Normal file
@ -0,0 +1,16 @@
|
||||
package component
|
||||
|
||||
import "git.konjactw.dev/patyhank/minego/codec/data/slot"
|
||||
|
||||
//codec:gen
|
||||
type UseRemainder struct {
|
||||
Remainder slot.Slot
|
||||
}
|
||||
|
||||
func (*UseRemainder) Type() slot.ComponentID {
|
||||
return 22
|
||||
}
|
||||
|
||||
func (*UseRemainder) ID() string {
|
||||
return "minecraft:use_remainder"
|
||||
}
|
Reference in New Issue
Block a user