Files
go-mc/level/block/potted_lily_of_the_valley.go
2022-03-09 10:47:46 +08:00

9 lines
145 B
Go

package block
type PottedLilyOfTheValley struct {
}
func (PottedLilyOfTheValley) ID() string {
return "minecraft:potted_lily_of_the_valley"
}