Files
go-mc/level/block/birch_button.go
2022-03-09 10:47:46 +08:00

12 lines
160 B
Go

package block
type BirchButton struct {
Face string
Facing string
Powered string
}
func (BirchButton) ID() string {
return "minecraft:birch_button"
}