9 lines
140 B
Go
9 lines
140 B
Go
package block
|
|
|
|
type ChiseledRedSandstone struct {
|
|
}
|
|
|
|
func (ChiseledRedSandstone) ID() string {
|
|
return "minecraft:chiseled_red_sandstone"
|
|
}
|