9 lines
128 B
Go
9 lines
128 B
Go
package block
|
|
|
|
type PottedWitherRose struct {
|
|
}
|
|
|
|
func (PottedWitherRose) ID() string {
|
|
return "minecraft:potted_wither_rose"
|
|
}
|