9 lines
124 B
Go
9 lines
124 B
Go
package block
|
|
|
|
type SmoothSandstone struct {
|
|
}
|
|
|
|
func (SmoothSandstone) ID() string {
|
|
return "minecraft:smooth_sandstone"
|
|
}
|