9 lines
127 B
Go
9 lines
127 B
Go
package block
|
|
|
|
type PolishedAndesite struct {
|
|
}
|
|
|
|
func (PolishedAndesite) ID() string {
|
|
return "minecraft:polished_andesite"
|
|
}
|