11 lines
153 B
Go
11 lines
153 B
Go
package block
|
|
|
|
type AcaciaLeaves struct {
|
|
Distance string
|
|
Persistent string
|
|
}
|
|
|
|
func (AcaciaLeaves) ID() string {
|
|
return "minecraft:acacia_leaves"
|
|
}
|