12 lines
160 B
Go
12 lines
160 B
Go
package block
|
|
|
|
type BirchButton struct {
|
|
Face string
|
|
Facing string
|
|
Powered string
|
|
}
|
|
|
|
func (BirchButton) ID() string {
|
|
return "minecraft:birch_button"
|
|
}
|