Files
go-mc/level/block/coarse_dirt.go
2022-03-09 10:47:46 +08:00

9 lines
109 B
Go

package block
type CoarseDirt struct {
}
func (CoarseDirt) ID() string {
return "minecraft:coarse_dirt"
}