10 lines
134 B
Go
10 lines
134 B
Go
package block
|
|
|
|
type PolishedBasalt struct {
|
|
Axis string
|
|
}
|
|
|
|
func (PolishedBasalt) ID() string {
|
|
return "minecraft:polished_basalt"
|
|
}
|