9 lines
134 B
Go
9 lines
134 B
Go
package block
|
|
|
|
type SmoothRedSandstone struct {
|
|
}
|
|
|
|
func (SmoothRedSandstone) ID() string {
|
|
return "minecraft:smooth_red_sandstone"
|
|
}
|