11 lines
138 B
Go
11 lines
138 B
Go
package block
|
|
|
|
type Grindstone struct {
|
|
Face string
|
|
Facing string
|
|
}
|
|
|
|
func (Grindstone) ID() string {
|
|
return "minecraft:grindstone"
|
|
}
|