9 lines
137 B
Go
9 lines
137 B
Go
package block
|
|
|
|
type ChiseledQuartzBlock struct {
|
|
}
|
|
|
|
func (ChiseledQuartzBlock) ID() string {
|
|
return "minecraft:chiseled_quartz_block"
|
|
}
|