blocks codegen
This commit is contained in:
10
level/block/grindstone.go
Normal file
10
level/block/grindstone.go
Normal file
@ -0,0 +1,10 @@
|
||||
package block
|
||||
|
||||
type Grindstone struct {
|
||||
Face string
|
||||
Facing string
|
||||
}
|
||||
|
||||
func (Grindstone) ID() string {
|
||||
return "minecraft:grindstone"
|
||||
}
|
Reference in New Issue
Block a user