10 lines
116 B
Go
10 lines
116 B
Go
package block
|
|
|
|
type RoseBush struct {
|
|
Half string
|
|
}
|
|
|
|
func (RoseBush) ID() string {
|
|
return "minecraft:rose_bush"
|
|
}
|