9 lines
105 B
Go
9 lines
105 B
Go
package block
|
|
|
|
type Sandstone struct {
|
|
}
|
|
|
|
func (Sandstone) ID() string {
|
|
return "minecraft:sandstone"
|
|
}
|