9 lines
137 B
Go
9 lines
137 B
Go
package block
|
|
|
|
type InfestedStoneBricks struct {
|
|
}
|
|
|
|
func (InfestedStoneBricks) ID() string {
|
|
return "minecraft:infested_stone_bricks"
|
|
}
|