Expand description
Metadata management for individual epochs.
The EpochInfo struct holds all information that the engine needs to
reconstruct a particular epoch.
It is persisted to epoch/<epoch_id>/.epochinfo. The file contains the epoch ID, the RNG
seed that produced the world, any optional tags, and a human-readable
summary. World data itself is stored separately (e.g. in world.json).
Structsยง
- Epoch
Info - The metadata file stored inside each epoch directory
(
epoch/<epoch_id>/.epochinfo).