9 lines
109 B
Go
9 lines
109 B
Go
package block
|
|
|
|
type WitherRose struct {
|
|
}
|
|
|
|
func (WitherRose) ID() string {
|
|
return "minecraft:wither_rose"
|
|
}
|