10 lines
108 B
Go
10 lines
108 B
Go
package block
|
|
|
|
type Cactus struct {
|
|
Age string
|
|
}
|
|
|
|
func (Cactus) ID() string {
|
|
return "minecraft:cactus"
|
|
}
|