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