9 lines
90 B
Go
9 lines
90 B
Go
package block
|
|
|
|
type Sand struct {
|
|
}
|
|
|
|
func (Sand) ID() string {
|
|
return "minecraft:sand"
|
|
}
|