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