9 lines
145 B
Go
9 lines
145 B
Go
package block
|
|
|
|
type PottedLilyOfTheValley struct {
|
|
}
|
|
|
|
func (PottedLilyOfTheValley) ID() string {
|
|
return "minecraft:potted_lily_of_the_valley"
|
|
}
|