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

11 lines
138 B
Go

package block
type CaveVines struct {
Age string
Berries string
}
func (CaveVines) ID() string {
return "minecraft:cave_vines"
}