9 lines
106 B
Go
9 lines
106 B
Go
package block
|
|
|
|
type KelpPlant struct {
|
|
}
|
|
|
|
func (KelpPlant) ID() string {
|
|
return "minecraft:kelp_plant"
|
|
}
|