10 lines
106 B
Go
10 lines
106 B
Go
package block
|
|
|
|
type Peony struct {
|
|
Half string
|
|
}
|
|
|
|
func (Peony) ID() string {
|
|
return "minecraft:peony"
|
|
}
|