11 lines
144 B
Go
11 lines
144 B
Go
package block
|
|
|
|
type OakLeaves struct {
|
|
Distance string
|
|
Persistent string
|
|
}
|
|
|
|
func (OakLeaves) ID() string {
|
|
return "minecraft:oak_leaves"
|
|
}
|