package block type GoldBlock struct { } func (GoldBlock) ID() string { return "minecraft:gold_block" }