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