Files
go-mc/level/block/infested_cracked_stone_bricks.go
2022-03-09 10:47:46 +08:00

9 lines
159 B
Go

package block
type InfestedCrackedStoneBricks struct {
}
func (InfestedCrackedStoneBricks) ID() string {
return "minecraft:infested_cracked_stone_bricks"
}