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

11 lines
150 B
Go

package block
type BirchLeaves struct {
Distance string
Persistent string
}
func (BirchLeaves) ID() string {
return "minecraft:birch_leaves"
}