9 lines
109 B
Go
9 lines
109 B
Go
package block
|
|
|
|
type RootedDirt struct {
|
|
}
|
|
|
|
func (RootedDirt) ID() string {
|
|
return "minecraft:rooted_dirt"
|
|
}
|