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

11 lines
123 B
Go

package block
type Cocoa struct {
Age string
Facing string
}
func (Cocoa) ID() string {
return "minecraft:cocoa"
}