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

12 lines
178 B
Go

package block
type SmallDripleaf struct {
Facing string
Half string
Waterlogged string
}
func (SmallDripleaf) ID() string {
return "minecraft:small_dripleaf"
}