9 lines
130 B
Go
9 lines
130 B
Go
package block
|
|
|
|
type PolishedDeepslate struct {
|
|
}
|
|
|
|
func (PolishedDeepslate) ID() string {
|
|
return "minecraft:polished_deepslate"
|
|
}
|