9 lines
100 B
Go
9 lines
100 B
Go
package block
|
|
|
|
type RedSand struct {
|
|
}
|
|
|
|
func (RedSand) ID() string {
|
|
return "minecraft:red_sand"
|
|
}
|