10 lines
118 B
Go
10 lines
118 B
Go
package block
|
|
|
|
type Sunflower struct {
|
|
Half string
|
|
}
|
|
|
|
func (Sunflower) ID() string {
|
|
return "minecraft:sunflower"
|
|
}
|