9 lines
162 B
Go
9 lines
162 B
Go
package block
|
|
|
|
type InfestedChiseledStoneBricks struct {
|
|
}
|
|
|
|
func (InfestedChiseledStoneBricks) ID() string {
|
|
return "minecraft:infested_chiseled_stone_bricks"
|
|
}
|