10 lines
117 B
Go
10 lines
117 B
Go
package block
|
|
|
|
type Beetroots struct {
|
|
Age string
|
|
}
|
|
|
|
func (Beetroots) ID() string {
|
|
return "minecraft:beetroots"
|
|
}
|