Files
go-mc/level/block/peony.go
2022-03-09 10:47:46 +08:00

10 lines
106 B
Go

package block
type Peony struct {
Half string
}
func (Peony) ID() string {
return "minecraft:peony"
}