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