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