package block type IronBlock struct { } func (IronBlock) ID() string { return "minecraft:iron_block" }