package block type Stone struct { } func (Stone) ID() string { return "minecraft:stone" }