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

11 lines
144 B
Go

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