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