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

10 lines
108 B
Go

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