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