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

11 lines
138 B
Go

package block
type Grindstone struct {
Face string
Facing string
}
func (Grindstone) ID() string {
return "minecraft:grindstone"
}