9 lines
158 B
Go
9 lines
158 B
Go
package block
|
|
|
|
type ChiseledPolishedBlackstone struct {
|
|
}
|
|
|
|
func (ChiseledPolishedBlackstone) ID() string {
|
|
return "minecraft:chiseled_polished_blackstone"
|
|
}
|