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

11 lines
153 B
Go

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