10 lines
111 B
Go
10 lines
111 B
Go
package block
|
|
|
|
type Carrots struct {
|
|
Age string
|
|
}
|
|
|
|
func (Carrots) ID() string {
|
|
return "minecraft:carrots"
|
|
}
|