12 lines
178 B
Go
12 lines
178 B
Go
package block
|
|
|
|
type SmallDripleaf struct {
|
|
Facing string
|
|
Half string
|
|
Waterlogged string
|
|
}
|
|
|
|
func (SmallDripleaf) ID() string {
|
|
return "minecraft:small_dripleaf"
|
|
}
|