Files
go-mc/level/block/potatoes.go
2022-03-09 10:47:46 +08:00

10 lines
114 B
Go

package block
type Potatoes struct {
Age string
}
func (Potatoes) ID() string {
return "minecraft:potatoes"
}