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

11 lines
157 B
Go

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