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