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

10 lines
116 B
Go

package block
type BirchLog struct {
Axis string
}
func (BirchLog) ID() string {
return "minecraft:birch_log"
}