We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I would like to have ability to get chunk's timestamp via Region structure.
type RegionChunkHeader struct { X, Z int32 Modified time.Time } func (*Region).GetHeader() ([]RegionChunkHeader, error)
Activity