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

10 lines
116 B
Go

package block
type RoseBush struct {
Half string
}
func (RoseBush) ID() string {
return "minecraft:rose_bush"
}