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

9 lines
106 B
Go

package block
type KelpPlant struct {
}
func (KelpPlant) ID() string {
return "minecraft:kelp_plant"
}