9 lines
125 B
Go
9 lines
125 B
Go
package block
|
|
|
|
type PottedPinkTulip struct {
|
|
}
|
|
|
|
func (PottedPinkTulip) ID() string {
|
|
return "minecraft:potted_pink_tulip"
|
|
}
|