10 lines
105 B
Go
10 lines
105 B
Go
package block
|
|
|
|
type Wheat struct {
|
|
Age string
|
|
}
|
|
|
|
func (Wheat) ID() string {
|
|
return "minecraft:wheat"
|
|
}
|