9 lines
136 B
Go
9 lines
136 B
Go
package block
|
|
|
|
type InfestedCobblestone struct {
|
|
}
|
|
|
|
func (InfestedCobblestone) ID() string {
|
|
return "minecraft:infested_cobblestone"
|
|
}
|