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

10 lines
105 B
Go

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