11 lines
165 B
Go
11 lines
165 B
Go
package block
|
|
|
|
type BigDripleafStem struct {
|
|
Facing string
|
|
Waterlogged string
|
|
}
|
|
|
|
func (BigDripleafStem) ID() string {
|
|
return "minecraft:big_dripleaf_stem"
|
|
}
|