10 lines
114 B
Go
10 lines
114 B
Go
package block
|
|
|
|
type Potatoes struct {
|
|
Age string
|
|
}
|
|
|
|
func (Potatoes) ID() string {
|
|
return "minecraft:potatoes"
|
|
}
|