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

10 lines
138 B
Go

package block
type CaveVinesPlant struct {
Berries string
}
func (CaveVinesPlant) ID() string {
return "minecraft:cave_vines_plant"
}