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