9 lines
124 B
Go
9 lines
124 B
Go
package block
|
|
|
|
type PottedDandelion struct {
|
|
}
|
|
|
|
func (PottedDandelion) ID() string {
|
|
return "minecraft:potted_dandelion"
|
|
}
|